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