public DailyAmountModel GetTotalAmountForMerchantByDate(string merchant, DateTime transdate) { return(_dailyAmountService.GetTotalAmountForMerchantByDate(merchant, transdate)); }