public MembersController(BuffteksWebsiteContext context)
 {
     _context = context;
 }
 public ProjectController(BuffteksWebsiteContext context)
 {
     _context = context;
 }
Exemple #3
0
 public ClientsController(BuffteksWebsiteContext context)
 {
     _context = context;
 }