Beispiel #1
0
 public GenericRepository(DashboardGenericContext ctx)
 {
     _ctx = ctx;
 }
Beispiel #2
0
 public RepoProject(DashboardGenericContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
Beispiel #3
0
 public RepoJobTitle(DashboardGenericContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
Beispiel #4
0
 public RepoLocation(DashboardGenericContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
Beispiel #5
0
 public RepoEmployee(DashboardGenericContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
Beispiel #6
0
 public RepoAssignment(DashboardGenericContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
Beispiel #7
0
 public RepoCommitment(DashboardGenericContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
Beispiel #8
0
 public RepoKnowledge(DashboardGenericContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }
Beispiel #9
0
 public RepoTask(DashboardGenericContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }