Пример #1
0
 public AccountManager(ICinemaWork work)
 {
     this.work = work;
 }
Пример #2
0
 public MovieManager(ICinemaWork work)
 {
     this.work = work;
 }
 public AccountManager(ICinemaWork work, IEmailService sender)
 {
     this.work   = work;
     this.sender = sender;
 }