예제 #1
0
 public DataSet ListarFono(EFono fono)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public bool EliminarFono(EFono fono)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public bool InsertarFono(EFono fono)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public bool ActualizarFono(EFono fono)
 {
     throw new NotImplementedException();
 }