Esempio n. 1
0
 FormModel[] IAccountService.GetForms(ApplicationVersion applicationVersion)
 {
     return(RunSecurity(applicationVersion, (user) => _RepositoryAccount.GetForms()));
 }