repository migration
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using WhiteLagoon.Domain.Entities;
|
||||
|
||||
namespace WhiteLagoon.Web.ViewModels
|
||||
{
|
||||
public class HomeVM
|
||||
{
|
||||
public IEnumerable<Villa>? VillaList { get; set; }
|
||||
public DateOnly CheckInDate { get; set; }
|
||||
public DateOnly? CheckOutDate { get; set; }
|
||||
public int Nights { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user