Skip to content

Commit

Permalink
extensions package for a named client
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasjurasek committed Jan 19, 2021
1 parent 550a8a6 commit 67bdb50
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
namespace Kentico.Kontent.Delivery.Extensions.DependencyInjection
{
/// <summary>
/// An enum represents a type of custom provider.
/// </summary>
public enum CustomServiceProviderType
{
/// <summary>
/// No custom service provider.
/// </summary>
None = 0,

/// <summary>
/// An autofac service provider.
/// </summary>
Autofac = 1
}
}

0 comments on commit 67bdb50

Please sign in to comment.