Пример #1
0
 /// <summary>
 /// Gets the raw content of the specified file.
 /// </summary>
 /// <param name="filePath">The path to a file relative to the root of this resource.</param>
 public async Task <string> GetFileContentAsync(string filePath)
 {
     return(await RepositoriesEndPoint.GetFileContentAsync(SrcPath.Value, filePath));
 }