public EFUserProfileRepository()
 {
     Context = new EFDbContext();
 }
Exemple #2
0
 public EFTagRepository()
 {
     Context = new EFDbContext();
 }
Exemple #3
0
 public EFPostRepository()
 {
     Context = new EFDbContext();
 }