Esempio n. 1
0
        public async Task <long> GetMonthEndJobId(long ukprn, short academicYear, byte collectionPeriod)
        {
            var monthEndData = await monthEndCache.GetMonthEndDetails(ukprn, academicYear, collectionPeriod).ConfigureAwait(false);

            return(monthEndData.JobId);
        }