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