Restructure TAble
This commit is contained in:
parent
717b0f0a8e
commit
1ba2f2eec1
37 changed files with 1107 additions and 527 deletions
|
|
@ -19,5 +19,28 @@ namespace BMA.EHR.Infrastructure
|
|||
|
||||
return services;
|
||||
}
|
||||
|
||||
public static IServiceCollection AddEmailSender(this IServiceCollection services,
|
||||
IConfiguration configuration)
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return services;
|
||||
}
|
||||
|
||||
public static IServiceCollection AddS3Storage(this IServiceCollection services,
|
||||
IConfiguration configuration)
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return services;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue