Ejemplo n.º 1
0
 public StepsRepository(WatchYourselfDbContext Context)
 {
     this.Context = Context;
 }
Ejemplo n.º 2
0
 public HeartBeatsRepository(WatchYourselfDbContext Context)
 {
     this.Context = Context;
 }