コード例 #1
0
 public bool Update(TeacherEntity entity)
 {
     if (!string.IsNullOrWhiteSpace(entity.Name))
     {
         entity.SimpleSpelling = Str.PinYin(entity.Name);
     }
     return(InstanceDAL.Update(entity));
 }
コード例 #2
0
 public bool Update(DeliverOrderEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #3
0
ファイル: FreeDateBLL.cs プロジェクト: 406224330/rchl
 public bool Update(FreeDateEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #4
0
ファイル: ExamOrderBLL.cs プロジェクト: 406224330/rchl
 public bool Update(ExamOrderEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #5
0
ファイル: SettingsBLL.cs プロジェクト: bruceddlb/qsdms-base
 public bool Update(SettingsEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #6
0
ファイル: TakeAuditOrderBLL.cs プロジェクト: 406224330/rchl
 public bool Update(TakeAuditOrderEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #7
0
 public bool Update(AuditOrganizationEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #8
0
 public bool Update(WithDrivingFreeTimeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #9
0
 public bool Update(ShipFeesEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #10
0
 public bool Update(AttachmentPicEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #11
0
ファイル: LogistCompBLL.cs プロジェクト: bruceddlb/qsdms-base
 public bool Update(LogistCompEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #12
0
 public bool Update(ClassEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #13
0
 public bool Update(SeeCarOrderEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #14
0
ファイル: AuditCommitteeBLL.cs プロジェクト: bruceddlb/qx360
 public bool Update(AuditCommitteeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #15
0
 public bool Update(SalePlanDetaiEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #16
0
 public bool Update(MessageSetUpEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #17
0
 public bool Update(MemberAddressEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #18
0
 public bool Update(TeacherCommitteeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #19
0
 public bool Update(WithDringCommitteeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #20
0
 public bool Update(TrainingFreeTimeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #21
0
 public bool Update(RuleEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #22
0
 public bool Update(TrainingCarEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #23
0
ファイル: BannerBLL.cs プロジェクト: bruceddlb/qx360
 public bool Update(BannerEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #24
0
ファイル: AuditTimeTableBLL.cs プロジェクト: bruceddlb/qx360
 public bool Update(AuditTimeTableEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #25
0
 public bool Update(AuditFreeTimeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #26
0
 public bool Update(HotelResourceEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #27
0
ファイル: WxTemplateBLL.cs プロジェクト: 406224330/rchl
 public bool Update(WxTemplateEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #28
0
 public bool Update(CategoryEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #29
0
ファイル: WxUserInfoBLL.cs プロジェクト: bruceddlb/qsdms-base
 public bool Update(WxUserInfoEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
コード例 #30
0
ファイル: TradeLogBLL.cs プロジェクト: bruceddlb/qx360
 public bool Update(TradeLogEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }