Example #1
0
 AccountModel IAccountService.ChangeDateAccountBill(ApplicationVersion applicationVersion, AccountModel account, DateTime date)
 {
     return(RunSecurity(applicationVersion, (user) => _RepositoryAccount.ChangeDateAccountBill(account, date, user)));
 }