Пример #1
0
 public ZLServerController(IMapper mapper, IUserService userService, IDomainAndAppService domainAndAppService, IZLServerService zLServerService)
 {
     this.mapper              = mapper;
     this.userService         = userService;
     this.domainAndAppService = domainAndAppService;
     this.zLServerService     = zLServerService;
 }
 public ZLServerService(ZLDataBaseContext dbContext, IMapper mapper, IDomainAndAppService domainAndAppService)
 {
     this.dbContext           = dbContext;
     this.mapper              = mapper;
     this.domainAndAppService = domainAndAppService;
 }