9 lines
239 B
C#
9 lines
239 B
C#
namespace Socialize.Infrastructure.BlobStorage.Contracts;
|
|
|
|
public static class SubDirectoryNames
|
|
{
|
|
public const string Profile = "profile";
|
|
public const string Contents = "contents";
|
|
public const string Albums = "albums";
|
|
}
|