예제 #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
 public bool Update(FreeDateEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
예제 #4
0
 public bool Update(ExamOrderEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
예제 #5
0
 public bool Update(SettingsEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
예제 #6
0
 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
 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
 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
 public bool Update(BannerEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
예제 #24
0
 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
 public bool Update(WxTemplateEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
예제 #28
0
 public bool Update(CategoryEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
예제 #29
0
 public bool Update(WxUserInfoEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
예제 #30
0
 public bool Update(TradeLogEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }