Пример #1
0
 public async Task <Draft> GetDraftFileAsync(long organisationId, int snapshotYear, long userIdRequestingDraft)
 {
     return(_draftFileBusinessLogic.GetExistingOrNew(organisationId, snapshotYear, userIdRequestingDraft));
 }