7 lines
163 B
C#
7 lines
163 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public interface IServiceProvider
|
|
{
|
|
void RegisterServices(IServiceLocator serviceLocator);
|
|
}
|
|
} |