Пример #1
0
 public async Task <ItemCurrentQuantityVM> GetItemCurrentQuantity(string ItemID, int StoreID)
 {
     return(await itemsService.GetItemCurrentQuantity(ItemID, StoreID));
 }