Logging sorted
This commit is contained in:
18
Installers/DependencyInstallers.cs
Normal file
18
Installers/DependencyInstallers.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Diary.Installers
|
||||
{
|
||||
public static class DependencyInstallers
|
||||
{
|
||||
public static IServiceCollection AddDependencies(this IServiceCollection services)
|
||||
{
|
||||
return services;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user