Exemplo n.º 1
0
 public GPWorkoutDb(GPDbContext _GPDbContext)
 {
     GPDbContext = _GPDbContext;
 }
Exemplo n.º 2
0
 public GoalDb(GPDbContext _GPDbContext)
 {
     GPDbContext = _GPDbContext;
 }