예제 #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();
 }