public DeleteComponent(IDeleteById delete, IComponentReadOnlyRepository read) { this.delete = delete; this.read = read; }
public DeleteOrder(IDeleteById delete, IOrderReadOnlyRepository read) { this.delete = delete; this.read = read; }