public async Task <IEnumerable <ProductionCostProfit> > GetProductionCostProfit(int corpClientId) { return(await productApp.GetProductionCostProfit(corpClientId)); }