Пример #1
0
 public MedicalSupply Get(int id)
 {
     return(_medicalSupplyService.Get(id));
 }