示例#1
0
 public TAReviewDA()
 {
     _tourerContext = new TourerContext();
 }
示例#2
0
 public LocationDA()
 {
     _tourerContext = new TourerContext();
 }
示例#3
0
 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();
 }