public RequestsController(PRSServerContext context)
 {
     _context = context;
 }
Exemple #2
0
 public UsersController(PRSServerContext context)
 {
     _context = context;
 }
 public VendorsController(PRSServerContext context)
 {
     _context = context;
 }
Exemple #4
0
 public ProductsController(PRSServerContext context)
 {
     _context = context;
 }