コード例 #1
0
ファイル: RoleService.cs プロジェクト: stiqraschool/eSchool
 public object GetScalar(Role obj)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: RoleService.cs プロジェクト: stiqraschool/eSchool
 public IEnumerable<Role> GetAll(Role entity)
 {
     string[] param = { Role_Constants.ROLE_NAME, Constants.PAGEINDEX, Constants.PAGESIZE, Constants.SORTEXP };
     return _IRoleRepository.GetAll(entity, param, Role_Constants.SPROC_ROLES_MST_LSTALL);
 }
コード例 #3
0
ファイル: RoleService.cs プロジェクト: stiqraschool/eSchool
 public int Delete(Role entity)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: RoleService.cs プロジェクト: stiqraschool/eSchool
 public Role Get(Role obj)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
ファイル: RoleService.cs プロジェクト: stiqraschool/eSchool
 public int AddEdit(Role entity)
 {
     throw new NotImplementedException();
 }