Пример #1
0
 public LoginController(ILogger <LoginController> logger, IUserServices services, ICache cache, PermissionRequirement requirement, IoperatingLogServices ioperatingLogServices)
 {
     this.logger                = logger;
     this.services              = services;
     this.cache                 = cache;
     this.requirement           = requirement;
     this.ioperatingLogServices = ioperatingLogServices;
 }
Пример #2
0
 public operatingLogController(IoperatingLogServices ioperatingLogServices)
 {
     this.ioperatingLogServices = ioperatingLogServices;
 }