public TicketHandler() { db = new ApplicationDbContext(); RoleHandler = new RoleHandlerClass(); }
public ProjectHandler() { db = new ApplicationDbContext(); RoleHandler = new RoleHandlerClass(); }