CourseWork_Borschevskaya_A..../Hospital/HospitalContracts/SearchModels/PrescriptionSearchModel.cs

9 lines
185 B
C#

namespace HospitalContracts.SearchModels
{
public class PrescriptionSearchModel
{
public int? Id { get; set; }
public int? ApothecaryId { get; set; }
}
}