示例#1
0
 public CoberturaPlan Insertar(CoberturaPlan coberturaPlan)
 {
     return CoberturaPlanRepo.Insertar(coberturaPlan);
 }
示例#2
0
 public CoberturaPlan Actualizar(CoberturaPlan entity)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public bool Eliminar(CoberturaPlan entity)
 {
     throw new NotImplementedException();
 }
		public CoberturaPlan Insertar(CoberturaPlan entity)
		{
			throw new NotImplementedException();
		}