public EmailsController(Level3_SM_WastePoolContext context)
 {
     _context = context;
 }
예제 #2
0
 public DataTypesController(Level3_SM_WastePoolContext context)
 {
     _context = context;
 }