Beispiel #1
0
 public System.Threading.Tasks.Task <bool> HaveMoreThanFourLevelsAsync(bizapps_test.MVC.WcfCommentServiceReference.CommentDC commentDC)
 {
     return(base.Channel.HaveMoreThanFourLevelsAsync(commentDC));
 }
Beispiel #2
0
 public bool HaveMoreThanFourLevels(bizapps_test.MVC.WcfCommentServiceReference.CommentDC commentDC)
 {
     return(base.Channel.HaveMoreThanFourLevels(commentDC));
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <int> DeleteCommentAsync(bizapps_test.MVC.WcfCommentServiceReference.CommentDC commentDC)
 {
     return(base.Channel.DeleteCommentAsync(commentDC));
 }
Beispiel #4
0
 public int DeleteComment(bizapps_test.MVC.WcfCommentServiceReference.CommentDC commentDC)
 {
     return(base.Channel.DeleteComment(commentDC));
 }
Beispiel #5
0
 public System.Threading.Tasks.Task <int> CreateCommentAsync(bizapps_test.MVC.WcfCommentServiceReference.CommentDC commentDC, int postId)
 {
     return(base.Channel.CreateCommentAsync(commentDC, postId));
 }
Beispiel #6
0
 public int CreateComment(bizapps_test.MVC.WcfCommentServiceReference.CommentDC commentDC, int postId)
 {
     return(base.Channel.CreateComment(commentDC, postId));
 }