8 lines
215 B
C#
8 lines
215 B
C#
namespace Hutopy.Infrastructure.BlobStorage.Contracts;
|
|
|
|
public static class CommonFileNames
|
|
{
|
|
public const string ProfilePicture = "profilePicture";
|
|
public const string BannerPicture = "bannerPicture";
|
|
}
|