public EFUserProfileRepository()
 {
     Context = new EFDbContext();
 }
Пример #2
0
 public EFTagRepository()
 {
     Context = new EFDbContext();
 }
Пример #3
0
 public EFPostRepository()
 {
     Context = new EFDbContext();
 }