예제 #1
0
 public VendedorController(VendedorServices VendedorServices)
 {
     this._VendedorService = VendedorServices;
 }