public async Task <IHttpActionResult> ConsultarDataVencimento() { await _notaFiscalService.ConsultarDataVencimento("2"); return(ApiOk()); }