Ejemplo n.º 1
0
 public IEnumerable <Phone> GetAllbyClient(int clientId)
 {
     return(_phoneRepository.GetAllbyClient(clientId));
 }