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