示例#1
0
 public ICollection <Phone> GetPhoneByIdContact(Guid id)
 {
     return(_phoneService.GetPhoneByIdContact(id));
 }