Exemplo n.º 1
0
 public CoberturaPlan Insertar(CoberturaPlan coberturaPlan)
 {
     return CoberturaPlanRepo.Insertar(coberturaPlan);
 }
Exemplo n.º 2
0
 public CoberturaPlan Actualizar(CoberturaPlan entity)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public bool Eliminar(CoberturaPlan entity)
 {
     throw new NotImplementedException();
 }
		public CoberturaPlan Insertar(CoberturaPlan entity)
		{
			throw new NotImplementedException();
		}