示例#1
0
 public Drug Get(long id)
 {
     return(_drugService.Get(id));
 }