コード例 #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();
 }
コード例 #4
0
		public CoberturaPlan Insertar(CoberturaPlan entity)
		{
			throw new NotImplementedException();
		}