Beispiel #1
0
 public IAtencionDAO buscar(entAtencion objAtencion)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public bool modificar(entAtencion objAtencion)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public bool eliminar(entAtencion objAtencion)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public bool registrar(entAtencion objAtencion)
 {
     throw new NotImplementedException();
 }