Exemple #1
0
 public EFControllerBase(IConfigurationDbContext dbContext, Cmdlets.ICmdlet cmdlet)
     : base(cmdlet)
 {
     DbContext = dbContext;
 }
Exemple #2
0
 public ControllerBase(Cmdlets.ICmdlet cmdlet)
 {
     Cmdlet = cmdlet ?? throw new ArgumentNullException(nameof(cmdlet));
 }