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