Ejemplo n.º 1
0
 public LicenseState(ILicenseContext context)
 {
     Context = context;
 }
 public ILicense GetLicense(ILicenseContext context, Type type, object instance)
 {
     return(_call(context, type, instance));
 }
Ejemplo n.º 3
0
 public LicenseController(AutomaticaContext dbContext, ILicenseContext licenseContext) : base(dbContext)
 {
     LicenseContext = licenseContext;
 }