mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-24 12:06:27 +00:00
Setup Azure package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Net.Sdk.Web.Extensions.Azure.Options;
|
||||
|
||||
public interface IAzureTableStorageOptions
|
||||
{
|
||||
string TableName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user