Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
LicenseController ( ILicenseGenerationService licenseGenerationService ) : System.Data.Entity |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( [ Include = "Id,Value,ExpireVersion,ExpireDate,CustomerId,ProductId,CreatorId,ModificationDate,CreationDate")]LicensePocolicensepoco ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LicenseController ( ILicenseGenerationService licenseGenerationService ) : System.Data.Entity | ||
licenseGenerationService | ILicenseGenerationService | |
return | System.Data.Entity |