コード例 #1
0
 public List <ContactInfo> Get_Contacts(ref PaginationInfo Pager)
 {
     return(_contactRepo.Get_Contacts(ref Pager));
 }