コード例 #1
0
 public System.Collections.Generic.List <PuzzleEvent.Database.Database.UserPiecesTotal> GetUserPiecesTotalAll(PuzzleEvent.Database.Database.UserPiecesTotal userpiecestotal)
 {
     return(base.Channel.GetUserPiecesTotalAll(userpiecestotal));
 }
コード例 #2
0
 public System.Collections.Generic.List <PuzzleEvent.Database.Database.UserPiecesTotal> GetUserPiecesTotalList(ref CommonLibs.Common.DataPage dp, PuzzleEvent.Database.Database.UserPiecesTotal searchUserPiecesTotal)
 {
     return(base.Channel.GetUserPiecesTotalList(ref dp, searchUserPiecesTotal));
 }