コード例 #1
0
 public List <P_AddressApproval> LoadMyAddressApprove(string UserId, DateTime Begin, DateTime End, string State, string Applicant, int rows, int page, out int total)
 {
     return(preApprovalService.LoadMyAddressApprove(UserId, Begin, End, State, Applicant, rows, page, out total));
 }