public IHttpActionResult Get(decimal valor, int tipo)
 {
     return(Ok(_ContasRepository.GetPorValor(valor, tipo)));
 }