Example #1
0
 public async Task <CadastroOutput> Cadastrar(CadastroInput cadastro)
 {
     return(await _repository.Cadastrar(cadastro));
 }