repository migration
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Microsoft.AspNetCore.Mvc.ModelBinding.Validation;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using WhiteLagoon.Domain.Entities;
|
||||
|
||||
namespace WhiteLagoon.Web.ViewModels
|
||||
{
|
||||
public class VillaNumberVM
|
||||
{
|
||||
public VillaNumber? VillaNumber { get; set; }
|
||||
[ValidateNever]
|
||||
public IEnumerable<SelectListItem>? VillaList { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user