Beispiel #1
0
 public PessoaController()
 {
     _callAPIHttpClient = new CallAPIHttpClient <PessoaViewModel>();
 }
Beispiel #2
0
 public BancoController()
 {
     _callAPIHttpClient = new CallAPIHttpClient <BancoViewModel>();
 }