コード例 #1
0
 public List <ContactInfo> Get_Contacts_By_Name(int customer_Id, ref PaginationInfo pager)
 {
     return(_contactRepo.Get_Contacts_By_Name(customer_Id, ref pager));
 }