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