public OrderController(IOrdersBLL orderBll) { _orderBll = orderBll; }
public OrdersController(IOrdersBLL ordersBLL, IProductsBLL productsBLL) { _ordersBLL = ordersBLL; _productsBLL = productsBLL; }