コード例 #1
0
 public void RegistrarPresentacion(string presentacion, int precio)
 {
     repositorio.RegistrarPresentacion(presentacion, precio);
 }