Beispiel #1
0
 public SellerService(ProjetoNetCoreWebMVCContext context)
 {
     _context = context;
 }
 public DepartmentsController(ProjetoNetCoreWebMVCContext context)
 {
     _context = context;
 }
 public SalesRecordService(ProjetoNetCoreWebMVCContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public DepartmentService(ProjetoNetCoreWebMVCContext context)
 {
     _context = context;
 }