Example #1
0
 public bool Add(NetSiginEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #2
0
 public bool Add(AttachmentPicEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #3
0
 public bool Add(ApplyOrderEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #4
0
 public bool Add(MonthWorkDayEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #5
0
 public bool Add(ArticleEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #6
0
 public bool Add(BlackListEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #7
0
 public bool Add(StudyOrderDetailEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #8
0
 public bool Add(DictionaryInfoEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #9
0
 public bool Add(ExamPlaceMasterEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #10
0
 public bool Add(InsuranceCommpayEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #11
0
 public bool Add(ServiceClassEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #12
0
 public bool Add(TrainingFreeDateEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #13
0
 public bool Add(ProductEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #14
0
 public bool Add(MessageSetUpEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #15
0
 public bool Add(SubjectEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #16
0
 public bool Add(SalePlanEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #17
0
 public bool Add(ServiceResourceEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #18
0
 public bool Add(SmsLogEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #19
0
 public bool Add(CourseEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #20
0
 public bool Add(StudyCustomFreeTimeEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #21
0
 public bool Add(OwnerEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #22
0
 public bool Add(SettingsEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
 public bool Add(TrainingCustomFreeTimeEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #24
0
 public bool Add(InsuranceOrderEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #25
0
 public bool Add(StudyFreeDateEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #26
0
 public bool Add(FreeTimeEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #27
0
 public bool Add(WorkTimeTableEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }
Example #28
0
 public bool Add(WxUserInfoEntity entity)
 {
     return(InstanceDAL.Add(entity));
 }