Guest User

Untitled

a guest
Jul 30th, 2023
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. using webapi.Integration.Response;
  2.  
  3. namespace webapi.Integration.Interfaces
  4. {
  5. public interface IViaCepIntegration
  6. {
  7. Task<ViaCepResponse> ObterDadosViaCep(string cep);
  8. }
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment