public MechanicIndicatorValueDto InsertMechanicIndicatorValue(MechanicIndicatorValueDto entity)
 {
     return(this.AddEntity <MechanicIndicatorValue, MechanicIndicatorValueDto>(entity));
 }
 public MechanicIndicatorValueDto InsertMechanicIndicatorValue(MechanicIndicatorValueDto entity)
 {
     throw new NotImplementedException();
 }
 public void UpdateMechanicIndicatorValue(MechanicIndicatorValueDto entity)
 {
     this.UpdateEntity <MechanicIndicatorValue, MechanicIndicatorValueDto>(entity);
 }
 public void UpdateMechanicIndicatorValue(MechanicIndicatorValueDto entity)
 {
     throw new NotImplementedException();
 }