public ProjectController(BcpDBContext context)
 {
     _context = context;
 }
Exemple #2
0
 public AppUserController(BcpDBContext context)
 {
     _context = context;
 }
 public ContactController(BcpDBContext context)
 {
     _context = context;
 }
Exemple #4
0
 public EmployeeController(BcpDBContext context)
 {
     _context = context;
 }
Exemple #5
0
 public bidController(BcpDBContext context)
 {
     _context = context;
 }