Exemplo n.º 1
0
 public System.Collections.Generic.List <WeaponDesign.Database.Database.CommentsList> GetCommentsListList(ref CommonLibs.Common.DataPage dp, WeaponDesign.Database.Database.CommentsList searchCommentsList)
 {
     return(base.Channel.GetCommentsListList(ref dp, searchCommentsList));
 }
Exemplo n.º 2
0
 public int AddCommentsList(WeaponDesign.Database.Database.CommentsList commentsList)
 {
     return(base.Channel.AddCommentsList(commentsList));
 }