コード例 #1
0
ファイル: LicenseState.cs プロジェクト: vsssunder/automatica
 public LicenseState(ILicenseContext context)
 {
     Context = context;
 }
コード例 #2
0
 public ILicense GetLicense(ILicenseContext context, Type type, object instance)
 {
     return(_call(context, type, instance));
 }
コード例 #3
0
 public LicenseController(AutomaticaContext dbContext, ILicenseContext licenseContext) : base(dbContext)
 {
     LicenseContext = licenseContext;
 }