コード例 #1
0
 public TAReviewDA()
 {
     _tourerContext = new TourerContext();
 }
コード例 #2
0
 public LocationDA()
 {
     _tourerContext = new TourerContext();
 }
コード例 #3
0
ファイル: TouristAttractionDA.cs プロジェクト: iamsjn/tourer
 public TouristAttractionDA()
 {
     _tourerContext = new TourerContext();
 }
コード例 #4
0
 public TAttractionSeasonInfoDA()
 {
     _oTourerContext = new TourerContext();
 }
コード例 #5
0
ファイル: UserDA.cs プロジェクト: iamsjn/tourer
 public UserDA()
 {
     _oTourerContext = new TourerContext();
 }
コード例 #6
0
ファイル: GCMDA.cs プロジェクト: iamsjn/tourer
 public GCMDA()
 {
     _oTourerContext = new TourerContext();
 }
コード例 #7
0
ファイル: TATypeDA.cs プロジェクト: iamsjn/tourer
 public TATypeDA()
 {
     _tourerContext = new TourerContext();
 }
コード例 #8
0
 public TAPhotoDA()
 {
     _tourerContext = new TourerContext();
 }