Exemple #1
0
 public object GetScalar(Role obj)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 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);
 }
Exemple #3
0
 public int Delete(Role entity)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public Role Get(Role obj)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public int AddEdit(Role entity)
 {
     throw new NotImplementedException();
 }