示例#1
0
 public List <Drug> GetNotApprovedDrugs()
 {
     return(_drugService.GetNotApproved());
 }