示例#1
0
 public TicketHandler()
 {
     db          = new ApplicationDbContext();
     RoleHandler = new RoleHandlerClass();
 }
示例#2
0
 public ProjectHandler()
 {
     db          = new ApplicationDbContext();
     RoleHandler = new RoleHandlerClass();
 }