コード例 #1
0
 public List <ContactInfo> Get_ContactList(ref PaginationInfo pager)
 {
     return(_ContactRepo.Get_ContactMasters(ref pager));
 }