Exemplo n.º 1
0
 public VendedorController(VendedorServices VendedorServices)
 {
     this._VendedorService = VendedorServices;
 }