public async Task <IEnumerable <Department> > GetDepartmentsAsync(string companyId, string departmentCode = null, int?offset = null, int?limit = null) { return(await _masterDataRepository.GetDepartmentsAsync(companyId, departmentCode, offset, limit)); }