Пофиксил модельку услуги
This commit is contained in:
parent
9c1d7624c3
commit
a7eb217ea0
@ -14,9 +14,6 @@ namespace VetclinicDatabaseImplement.Models
|
||||
public class Service : IServiceModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int DoctorVisitId { get; set; }
|
||||
public virtual DoctorVisit DoctorVisit { get; set; }
|
||||
|
||||
[Required]
|
||||
public string ServiceName { get; set; } = string.Empty;
|
||||
[Required]
|
||||
|
Loading…
Reference in New Issue
Block a user