public object GetScalar(Role obj) { throw new NotImplementedException(); }
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); }
public int Delete(Role entity) { throw new NotImplementedException(); }
public Role Get(Role obj) { throw new NotImplementedException(); }
public int AddEdit(Role entity) { throw new NotImplementedException(); }