IClientStartup implementation
This commit is contained in:
11
Oqtane.Shared/Interfaces/IClientStartup.cs
Normal file
11
Oqtane.Shared/Interfaces/IClientStartup.cs
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Oqtane.Services
|
||||
{
|
||||
public interface IClientStartup
|
||||
{
|
||||
// This method gets called by the runtime. Use this method to add services to the container.
|
||||
void ConfigureServices(IServiceCollection services);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user