10 lines
161 B
C#
10 lines
161 B
C#
|
|
using Microsoft.Extensions.DependencyInjection;
|
||
|
|
using zero.Core.Options;
|
||
|
|
|
||
|
|
namespace zero.Core.Plugins
|
||
|
|
{
|
||
|
|
internal interface IZeroBuiltInPlugin
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|