Example #1
0
 public LoginMapper()
 {
     this.Db = new BaseDataAccess();
 }
Example #2
0
 public CommentMapper()
 {
     this.Db = new BaseDataAccess();
 }
Example #3
0
 public UserMapper()
 {
     this.Db = new BaseDataAccess();
 }
Example #4
0
 public PostMapper()
 {
     this.Db = new BaseDataAccess();
 }