Exemplo n.º 1
0
 public async Task <Guid> GetSiteGuidByFolder(string folderName)
 {
     return(dbSiteFolder.GetSiteGuid(folderName));
 }
Exemplo n.º 2
0
 public async Task <Guid> GetSiteGuidByFolder(string folderName, CancellationToken cancellationToken = default(CancellationToken))
 {
     cancellationToken.ThrowIfCancellationRequested();
     return(dbSiteFolder.GetSiteGuid(folderName));
 }