예제 #1
0
 ReferenceModel IAccountService.CreateService(ApplicationVersion applicationVersion, ReferenceRowModel referenceRow)
 {
     return(RunSecurity(applicationVersion, (user) => _RepositoryAccount.CreateService(referenceRow)));
 }