Exemple #1
0
 public IList <AccountCreation> GetAccountsCreated(DateTime?startDate, DateTime?endDate, int type)
 {
     return(_bankAccountRepository.GetAccountsCreated(startDate, endDate, type));
 }