Пример #1
0
 public DeleteComponent(IDeleteById delete, IComponentReadOnlyRepository read)
 {
     this.delete = delete;
     this.read   = read;
 }
Пример #2
0
 public DeleteOrder(IDeleteById delete, IOrderReadOnlyRepository read)
 {
     this.delete = delete;
     this.read   = read;
 }