示例#1
0
 public LocksController(
     ILocksService locksService,
     IUsersService usersService,
     IHubContext <LockHub, ILockHub> hubContext
     )
 {
     _locksService = locksService;
     _usersService = usersService;
     _hubContext   = hubContext;
 }
示例#2
0
 public LocksController(ILocksService locksTagsService, IIdentityService identityService, ILocksTagsService locksTagsService1)
 {
     _locksService     = locksTagsService;
     _identityService  = identityService;
     _locksTagsService = locksTagsService1;
 }