Esempio n. 1
0
 public AccountManager(ICinemaWork work)
 {
     this.work = work;
 }
Esempio n. 2
0
 public MovieManager(ICinemaWork work)
 {
     this.work = work;
 }
 public AccountManager(ICinemaWork work, IEmailService sender)
 {
     this.work   = work;
     this.sender = sender;
 }