示例#1
0
 public IEnumerable <Phone> GetAllbyClient(int clientId)
 {
     return(_phoneService.GetAllbyClient(clientId));
 }