예제 #1
0
 public SellerProductController(IMapper mapper)
 {
     obj = new SellerProduct_BLL(mapper);
 }