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