Пример #1
0
 public async Task <IEnumerable <ProductionCostProfit> > GetProductionCostProfit(int corpClientId)
 {
     return(await productApp.GetProductionCostProfit(corpClientId));
 }