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