Ejemplo n.º 1
0
 public void Put()
 {
     OrderPatientSAL.Put();
 }
Ejemplo n.º 2
0
 public object Get()
 {
     return(OrderPatientSAL.GetById());
 }
Ejemplo n.º 3
0
 public int Post()
 {
     return(OrderPatientSAL.Post());
 }
Ejemplo n.º 4
0
 public OrderBAL(EntityBase entityBase)
 {
     OrderPatientSAL = new OrderPatientSAL(entityBase);
 }