コード例 #1
0
ファイル: MedicineService.cs プロジェクト: ProbaFirma10/Proba
 public Medicine GetByid(int id)
 {
     return(medicineRepository.GetByid(id));
 }