Ejemplo n.º 1
0
 public Task <IBlobInfo> GetReadmeAsync(int contestId)
 => _blobProvider.GetFileInfoAsync(
     _contestReadmeNameFormat(contestId));