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