コード例 #1
0
 public int Add(LineOfBusiness entity)
 {
     _context.SbAdd(entity);
     return(_context.SaveChanges());
 }
コード例 #2
0
 public int Add(BusinessFieldRegulation entity)
 {
     _context.SbAdd(entity);
     return(_context.SaveChanges());
 }
コード例 #3
0
 public int Add(EmployeeInfoRestrictionGroup entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #4
0
 public int Add(Responsibility entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #5
0
ファイル: LocationProvider.cs プロジェクト: martineeka/Sample
 public int Add(Location entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #6
0
 public int Add(RespGroupDetail entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #7
0
 public int Add(User entity)
 {
     entity.CurrentBusinessGroupId = businessGroupID;
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #8
0
 public int Add(Level entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #9
0
 public int Add(JobFunction entity)
 {
     _context.SbAdd(entity);
     return(_context.SaveChanges());
 }
コード例 #10
0
 public int Add(OrgUnitTransaction entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #11
0
 public int Add(JobFamily entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #12
0
 public int Add(MenuDetail entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #13
0
 public int Add(Siupclass entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #14
0
 public int Add(GradeGroup entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #15
0
 public int Add(CostCenter entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #16
0
 public int Add(JobMaster entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #17
0
ファイル: JobTitleProvider.cs プロジェクト: martineeka/Sample
 public int Add(JobTitle entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #18
0
ファイル: ProvinceProvider.cs プロジェクト: martineeka/Sample
 public int Add(Province entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #19
0
 public int Add(OrganizationLevel entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #20
0
 public int Add(JobStatus entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }
コード例 #21
0
 public int Add(Country entity)
 {
     context.SbAdd(entity);
     return(context.SaveChanges());
 }