コード例 #1
0
 public CheckLockableLeasesTask(ILockableService lockableService)
 {
     this.lockableService = lockableService;
 }
コード例 #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;
 }