public ManufacturersController(Product_Sales_Commision_MVCContext context)
 {
     _context = context;
 }
예제 #2
0
 public SalesController(Product_Sales_Commision_MVCContext context)
 {
     _context = context;
 }