Пример #1
0
 public IEnumerable <Cartao> GetCartoesParcialBloqPorPessoa(int id)
 {
     try
     {
         return(_cartaoServico.GetCartoesParcialBloqPorPessoa(id));
     }
     catch (NotFoundException)
     {
         throw new HttpResponseException(HttpStatusCode.NotFound);
     }
 }