|
using kehati.Models;
|
|
|
|
namespace kehati.Models;
|
|
|
|
public class HomeViewModel
|
|
{
|
|
public StatistikHomeModel Statistik { get; set; } = new();
|
|
|
|
public List<LokasiModel> FeaturedLocations { get; set; } = new();
|
|
public List<SpesiesModel> FeaturedSpesies { get; set; } = new();
|
|
} |