Example #1
0
 public DataTable GetWallComment(int Wall_ID, int TotalTop)
 {
     return(DalWallComment.GetWallComment(Wall_ID, TotalTop));
 }
Example #2
0
 public static bool Delete(DTOWallComment obj)
 {
     return(DalWallComment.Delete(obj));
 }
Example #3
0
 public DataTable GetWallCommentEdit(int WallComment_ID)
 {
     return(DalWallComment.GetWallCommentEdit(WallComment_ID));
 }
Example #4
0
 public static bool Insert(DTOWallComment obj)
 {
     return(DalWallComment.Insert(obj));
 }
Example #5
0
 public DataTable GetWallCommentCount(int Wall_ID)
 {
     return(DalWallComment.GetWallCommentCount(Wall_ID));
 }