9 lines
154 B

4 months ago
using Microsoft.AspNetCore.Http;
using System.Threading.Tasks;
namespace ReZero.SuperAPI
{
public interface IDynamicApi:ISuperApi
{
}
}