Ejemplo n.º 1
0
 public ProjectRepository()
 {
     Context = new IhcContext();
 }
Ejemplo n.º 2
0
 public PlanningRepository()
 {
     Context = new IhcContext();
 }
Ejemplo n.º 3
0
 public ManagerRepository()
 {
     Context = new IhcContext();
 }
Ejemplo n.º 4
0
 public CustomerRepository()
 {
     Context = new IhcContext();
 }
Ejemplo n.º 5
0
 public JobRoleRepository()
 {
     Context = new IhcContext();
 }