Example #1
0
 public ProductTypeController(GraniteHouseContext dbContext)
 {
     _dbContext = dbContext;
 }
 public ProductTypeController(GraniteHouseContext context)
 {
     _context = context;
 }