コード例 #1
0
 public IEnumerable <Medicine> GetAll()
 {
     return(_persistence.GetAll());
 }