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