Esempio n. 1
0
 public async Task <bool> MonthEndStarted(long ukprn, short academicYear, byte collectionPeriod)
 {
     return(await monthEndCache.Exists(ukprn, academicYear, collectionPeriod).ConfigureAwait(false));
 }