Example #1
0
 public Servicio(int codigoServicio, string descripcion, int precio, TipoServicio tipoServicio)
 {
     this.CodigoServicio = codigoServicio;
     this.Descripcion    = descripcion;
     this.Precio         = precio;
     this.TipoServicio   = TipoServicio;
 }
 public static void Editar(TipoServicio tipoServicio)
 {
 }
 public static void Agregar(TipoServicio tipoServicio)
 {
 }