Exemplo n.º 1
0
 public TicketHandler()
 {
     db          = new ApplicationDbContext();
     RoleHandler = new RoleHandlerClass();
 }
Exemplo n.º 2
0
 public ProjectHandler()
 {
     db          = new ApplicationDbContext();
     RoleHandler = new RoleHandlerClass();
 }