public bool Update(Master_Department obj, string[] param, string spName) { throw new NotImplementedException(); }
public IEnumerable <Master_Department> GetAll(Master_Department obj, string[] param, string spName) { return(_departmentRepository.GetAll(null, null, "")); }