public CheckLockableLeasesTask(ILockableService lockableService)
 {
     this.lockableService = lockableService;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LockableController"/> class.
 /// </summary>
 /// <param name="lockablesService">The lockables service.</param>
 public LockableController(ILockableService lockablesService)
 {
     this.lockablesService = lockablesService;
 }