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