public bool Update(TeacherEntity entity) { if (!string.IsNullOrWhiteSpace(entity.Name)) { entity.SimpleSpelling = Str.PinYin(entity.Name); } return(InstanceDAL.Update(entity)); }
public bool Update(DeliverOrderEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(FreeDateEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(ExamOrderEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(SettingsEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(TakeAuditOrderEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(AuditOrganizationEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(WithDrivingFreeTimeEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(ShipFeesEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(AttachmentPicEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(LogistCompEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(ClassEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(SeeCarOrderEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(AuditCommitteeEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(SalePlanDetaiEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(MessageSetUpEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(MemberAddressEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(TeacherCommitteeEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(WithDringCommitteeEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(TrainingFreeTimeEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(RuleEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(TrainingCarEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(BannerEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(AuditTimeTableEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(AuditFreeTimeEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(HotelResourceEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(WxTemplateEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(CategoryEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(WxUserInfoEntity entity) { return(InstanceDAL.Update(entity)); }
public bool Update(TradeLogEntity entity) { return(InstanceDAL.Update(entity)); }