chore: moving towards agentic development
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Socialize.Infrastructure.BlobStorage.Contracts;
|
||||
|
||||
public static class CommonFileNames
|
||||
{
|
||||
public const string ProfilePicture = "profilePicture";
|
||||
public const string LogoPicture = "logoPicture";
|
||||
public const string BannerPicture = "bannerPicture";
|
||||
}
|
||||
Reference in New Issue
Block a user