示例#1
0
 internal Drug Get(int id)
 => _drugRepository.Get(id);
 public Drug Get(int id)
 {
     return(_drugRepository.Get(id));
 }