File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
src/DotNetToolkit.Repository/Services Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 11namespace DotNetToolkit . Repository . Services
22{
3- using Configuration . Options ;
43 using JetBrains . Annotations ;
54 using System ;
65 using Transactions ;
@@ -20,18 +19,6 @@ public class ServiceFactory : IServiceFactory
2019
2120 #region Constructors
2221
23- /// <summary>
24- /// Initializes a new instance of the <see cref="ServiceFactory" /> class.
25- /// </summary>
26- /// <param name="optionsAction">A builder action used to create or modify options for this service factory.</param>
27- public ServiceFactory ( [ NotNull ] Action < RepositoryOptionsBuilder > optionsAction ) : this ( new UnitOfWorkFactory ( Guard . NotNull ( optionsAction , nameof ( optionsAction ) ) ) ) { }
28-
29- /// <summary>
30- /// Initializes a new instance of the <see cref="ServiceFactory" /> class.
31- /// </summary>
32- /// <param name="options">The service options.</param>
33- public ServiceFactory ( [ NotNull ] IRepositoryOptions options ) : this ( new UnitOfWorkFactory ( Guard . NotNull ( options , nameof ( options ) ) ) ) { }
34-
3522 /// <summary>
3623 /// Initializes a new instance of the <see cref="ServiceFactory"/> class.
3724 /// </summary>
You can’t perform that action at this time.
0 commit comments