Ejemplo n.º 1
0
 public bool Update(TeacherEntity entity)
 {
     if (!string.IsNullOrWhiteSpace(entity.Name))
     {
         entity.SimpleSpelling = Str.PinYin(entity.Name);
     }
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 2
0
 public bool Update(DeliverOrderEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 3
0
 public bool Update(FreeDateEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 4
0
 public bool Update(ExamOrderEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 5
0
 public bool Update(SettingsEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 6
0
 public bool Update(TakeAuditOrderEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 7
0
 public bool Update(AuditOrganizationEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 8
0
 public bool Update(WithDrivingFreeTimeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 9
0
 public bool Update(ShipFeesEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 10
0
 public bool Update(AttachmentPicEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 11
0
 public bool Update(LogistCompEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 12
0
 public bool Update(ClassEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 13
0
 public bool Update(SeeCarOrderEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 14
0
 public bool Update(AuditCommitteeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 15
0
 public bool Update(SalePlanDetaiEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 16
0
 public bool Update(MessageSetUpEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 17
0
 public bool Update(MemberAddressEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 18
0
 public bool Update(TeacherCommitteeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 19
0
 public bool Update(WithDringCommitteeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 20
0
 public bool Update(TrainingFreeTimeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 21
0
 public bool Update(RuleEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 22
0
 public bool Update(TrainingCarEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 23
0
 public bool Update(BannerEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 24
0
 public bool Update(AuditTimeTableEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 25
0
 public bool Update(AuditFreeTimeEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 26
0
 public bool Update(HotelResourceEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 27
0
 public bool Update(WxTemplateEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 28
0
 public bool Update(CategoryEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 29
0
 public bool Update(WxUserInfoEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }
Ejemplo n.º 30
0
 public bool Update(TradeLogEntity entity)
 {
     return(InstanceDAL.Update(entity));
 }