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