예제 #1
0
 public ActionResult <Dictionary <string, string> > ConsultarTiposPagamento()
 {
     try{
         return(Ok(parametrosService.ObterTiposPagamentos()));
     }catch {
         return(BadRequest());
     }
 }