예제 #1
0
 internal Drug Get(int id)
 => _drugRepository.Get(id);
예제 #2
0
 public Drug Get(int id)
 {
     return(_drugRepository.Get(id));
 }