Beispiel #1
0
 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));
 }
Beispiel #3
0
 public bool Update(FreeDateEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #4
0
 public bool Update(ExamOrderEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #5
0
 public bool Update(SettingsEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #6
0
 public bool Update(TakeAuditOrderEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #7
0
 public bool Update(AuditOrganizationEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #8
0
 public bool Update(WithDrivingFreeTimeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #9
0
 public bool Update(ShipFeesEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
 public bool Update(AttachmentPicEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #11
0
 public bool Update(LogistCompEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #12
0
 public bool Update(ClassEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #13
0
 public bool Update(SeeCarOrderEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #14
0
 public bool Update(AuditCommitteeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
 public bool Update(SalePlanDetaiEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #16
0
 public bool Update(MessageSetUpEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #17
0
 public bool Update(MemberAddressEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #18
0
 public bool Update(TeacherCommitteeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
 public bool Update(WithDringCommitteeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #20
0
 public bool Update(TrainingFreeTimeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #21
0
 public bool Update(RuleEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #22
0
 public bool Update(TrainingCarEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #23
0
 public bool Update(BannerEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #24
0
 public bool Update(AuditTimeTableEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #25
0
 public bool Update(AuditFreeTimeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #26
0
 public bool Update(HotelResourceEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #27
0
 public bool Update(WxTemplateEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #28
0
 public bool Update(CategoryEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #29
0
 public bool Update(WxUserInfoEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Beispiel #30
0
 public bool Update(TradeLogEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }