initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
namespace Indotalent.Infrastructure.File;
|
||||
|
||||
public static class DI
|
||||
{
|
||||
public static IServiceCollection AddFileService(this IServiceCollection services)
|
||||
{
|
||||
services.AddScoped<FileStorageService>();
|
||||
|
||||
return services;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user