示例#1
0
 public SellerService(WebCourseContext context)
 {
     _context = context;
 }
 public SeedingService(WebCourseContext context)
 {
     _context = context;
 }
示例#3
0
 public DepartmentsController(WebCourseContext context)
 {
     _context = context;
 }
示例#4
0
 public UsuariosController(WebCourseContext context)
 {
     _context = context;
 }