Example #1
0
 public HealthdataRepository(MyHealthDbContext context)
 {
     this.context = context;
 }
Example #2
0
 public UserRepository(MyHealthDbContext context)
 {
     this.context = context;
 }
Example #3
0
 public UnitOfWork(MyHealthDbContext context)
 {
     this.context = context;
 }