10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
|
<#@ template hostspecific="true" language="C#" #>
|
||
|
<#@ output extension=".cs" encoding="utf-8" #>
|
||
|
<#@ include file="./BaseConstants.tt" #>
|
||
|
|
||
|
namespace Bunny.Service.IService;
|
||
|
|
||
|
public interface I<#= serviceName #>Service
|
||
|
{
|
||
|
|
||
|
}
|