Method | Description | |
---|---|---|
AddCloudscribeCoreEFStorageMSSQL ( this services, string connectionString ) : IServiceCollection | ||
AddCloudscribeCoreEFStorageMySql ( this services, string connectionString ) : IServiceCollection | ||
AddCloudscribeCoreEFStoragePostgreSql ( this services, string connectionString ) : IServiceCollection | ||
AddCloudscribeCoreNoDbStorage ( this services ) : IServiceCollection | ||
AddCloudscribeIdentity ( this services, Action |
public static AddCloudscribeCoreEFStorageMSSQL ( this services, string connectionString ) : IServiceCollection | ||
services | this | |
connectionString | string | |
return | IServiceCollection |
public static AddCloudscribeCoreEFStorageMySql ( this services, string connectionString ) : IServiceCollection | ||
services | this | |
connectionString | string | |
return | IServiceCollection |
public static AddCloudscribeCoreEFStoragePostgreSql ( this services, string connectionString ) : IServiceCollection | ||
services | this | |
connectionString | string | |
return | IServiceCollection |
public static AddCloudscribeCoreNoDbStorage ( this services ) : IServiceCollection | ||
services | this | |
return | IServiceCollection |
public static AddCloudscribeIdentity ( this services, Action |
||
services | this | |
setupAction | Action |
|
return | IdentityBuilder |