public EFUserProfileRepository()
 {
     Context = new EFDbContext();
 }
Exemplo n.º 2
0
 public EFTagRepository()
 {
     Context = new EFDbContext();
 }
Exemplo n.º 3
0
 public EFPostRepository()
 {
     Context = new EFDbContext();
 }