Example #1
0
 public OrdersBLL(IOrdersDAL dal)
 {
     _idal = dal;
 }
 public OrdersController(IOrdersDAL dal)
 {
     _dal = dal;
 }