public OrderdetailsController(printsmartContext context)
 {
     _context = context;
 }
예제 #2
0
 public DimmastersController(printsmartContext context)
 {
     _context = context;
 }
예제 #3
0
 public ProductmaterialsController(printsmartContext context)
 {
     _context = context;
 }
 public UseraddressesController(printsmartContext context)
 {
     _context = context;
 }
 public ProductmodelsController(printsmartContext context)
 {
     _context = context;
 }
예제 #6
0
 public ProductsController(printsmartContext context)
 {
     _context = context;
     //  var results = _context.vw_getproductmodellist.ToList();
 }
예제 #7
0
 public PricedetailsController(printsmartContext context)
 {
     _context = context;
 }
예제 #8
0
 public UserdetailController(printsmartContext context)
 {
     _context = context;
 }
 public ProductservicesController(printsmartContext context)
 {
     _context = context;
 }