Example #1
0
 public static IServiceCollection AddXpoPooledDataLayer(this IServiceCollection serviceCollection, string connectionString)
 {
     return(serviceCollection.AddSingleton <IDataLayer>(XpoHelper.CreatePooledDataLayer(connectionString)));
 }