Exemplo n.º 1
0
 AccountForPrintModel IAccountService.GetAccountForPrintModel(ApplicationVersion applicationVersion, Guid accountHeader)
 {
     return(RunSecurity(applicationVersion, (user) => _RepositoryAccount.GetAccountForPrintModel(accountHeader)));
 }