Example #1
0
 public Drug GetDrug(int drugId)
 {
     return(_drugRepository.GetDrug(drugId));
 }