Пример #1
0
 public Medicine GetByid(int id)
 {
     return(medicineService.GetByid(id));
 }