Exemple #1
0
 public bool Eliminar(Canal canal)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public Canal Insertar(Canal canal)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public Canal Actualizar(Canal canal)
 {
     throw new NotImplementedException();
 }