Example #1
0
 public ProduitsController(HDVContext context)
 {
     _context = context;
 }
Example #2
0
 public ContactsController(HDVContext context)
 {
     _context = context;
 }
Example #3
0
 public PaysController(HDVContext context)
 {
     _context = context;
 }
Example #4
0
 public CommandesController(HDVContext context)
 {
     _context = context;
 }
Example #5
0
 public CoordonneesController(HDVContext context)
 {
     _context = context;
 }
 public ListeClientCommercialsController(HDVContext context)
 {
     _context = context;
 }
Example #7
0
 public RolesController(HDVContext context)
 {
     _context = context;
 }
Example #8
0
 public ClientsController(HDVContext context)
 {
     _context = context;
 }
 public UtilisateursController(HDVContext context, IOptions <JwtSettings> jwtsettings)
 {
     _context     = context;
     _jwtsettings = jwtsettings.Value;
 }
 public CategorieProduitsController(HDVContext context)
 {
     _context = context;
 }