示例#1
0
 public Drug GetDrugByID(int id)
 {
     return(_drugRepo.GetDrugByID(id));
 }