9 lines
152 B
C#
9 lines
152 B
C#
namespace GiftShopContracts.DI
|
|
{
|
|
public interface IImplementationExtension
|
|
{
|
|
public int Priority { get; }
|
|
public void RegisterServices();
|
|
}
|
|
}
|