Example #1
0
 public GuidanceRepository()
 {
     _sqlHelper=new SqlHelper();
 }
 public LunchListRepository()
 {
     _sqlHelper = new SqlHelper();
 }
Example #3
0
 public ContactRepository()
 {
     _sqlHelper = new SqlHelper();
 }
 public PhotoGaleryRepository()
 {
     _sqlHelper = new SqlHelper();
 }
Example #5
0
 public ChapterRepository()
 {
     _sqlHelper = new SqlHelper();
 }