public CustomerRegistrationController(IMapper mapper)
 {
     obj = new Registration_BLL(mapper);
 }
Esempio n. 2
0
 public SellerHomeController(IMapper mapper)
 {
     obj             = new Registration_BLL(mapper);
     _sellerHome_BLL = new SellerHome_BLL(mapper);
     _address_BLL    = new Address_BLL(mapper);
 }
 public SellerHomeController(IMapper mapper)
 {
     obj = new Registration_BLL(mapper);
 }