コード例 #1
0
 public EFUserProfileRepository()
 {
     Context = new EFDbContext();
 }
コード例 #2
0
 public EFTagRepository()
 {
     Context = new EFDbContext();
 }
コード例 #3
0
 public EFPostRepository()
 {
     Context = new EFDbContext();
 }