public ShippingwayService(MeuHelpContext context)
 {
     _context = context;
 }
Exemple #2
0
 public ServiceproviderService(MeuHelpContext context)
 {
     _context = context;
 }
Exemple #3
0
 public LegalpersonService(MeuHelpContext context)
 {
     _context = context;
 }
Exemple #4
0
 public PartnersController(MeuHelpContext context)
 {
     _context = context;
 }
 public CollaboratorService(MeuHelpContext context)
 {
     _context = context;
 }
Exemple #6
0
 public TypeserviceService(MeuHelpContext context)
 {
     _context = context;
 }
Exemple #7
0
 public SolicitationsController(MeuHelpContext context)
 {
     _context = context;
 }
Exemple #8
0
 public SalesmansController(MeuHelpContext context)
 {
     _context = context;
 }
 public PartnerService(MeuHelpContext context)
 {
     _context = context;
 }
 public PlanService(MeuHelpContext context)
 {
     _context = context;
 }
 public PhysicalpersonService(MeuHelpContext context)
 {
     _context = context;
 }
 public SaleschannelService(MeuHelpContext context)
 {
     _context = context;
 }
 public HomeService(MeuHelpContext context)
 {
     _context = context;
 }
 public DiscountService(MeuHelpContext context)
 {
     _context = context;
 }
 public RepresentativeService(MeuHelpContext context)
 {
     _context = context;
 }