Пример #1
0
 public Task <List <ProductInfo> > GetID(long id)
 {
     return(_infoService.GetByID(id));
 }