Esempio n. 1
0
 public DeleteTypeUse(IDeleteByName delete, ITypeUseReadOnlyRepository read)
 {
     this.delete = delete;
     this.read   = read;
 }
Esempio n. 2
0
 public DeleteEmployee(IDeleteByName delete, IEmployeeReadOnlyRepository read)
 {
     this.delete = delete;
     this.read   = read;
 }
Esempio n. 3
0
 public DeleteClient(IDeleteByName delete, IClientReadOnlyRepository readClient)
 {
     this.delete = delete;
     read        = readClient;
 }