Table of Contents

Interface IFireflyServiceEfCoreExtensions

Namespace
Phoesion.Glow.SDK.Firefly.EfCoreHelperExtensions
Assembly
Phoesion.Glow.SDK.Firefly.dll
public interface IFireflyServiceEfCoreExtensions

Methods

GetDBContextsFromService(string[])

IEnumerable<object> GetDBContextsFromService(string[] args)

Parameters

args string[]

Returns

IEnumerable<object>

InjectServices(IConfiguration, IServiceCollection)

void InjectServices(IConfiguration configurations, IServiceCollection services)

Parameters

configurations IConfiguration
services IServiceCollection