示例#1
0
 public DepartmentsController(CursoOrientacaoObjetosContext context)
 {
     _context = context;
 }
示例#2
0
 public SellerService(CursoOrientacaoObjetosContext context)
 {
     _context = context;
 }
 public DepartmentService(CursoOrientacaoObjetosContext context)
 {
     _context = context;
 }
 public SalesRecordService(CursoOrientacaoObjetosContext context)
 {
     _context = context;
 }