Property | Type | Description | |
---|---|---|---|
_context | ApplicationDbContext |
Method | Description | |
---|---|---|
BaseController ( ApplicationDbContext context ) : System.IO | ||
ErrorMessage ( string message ) : void | ||
SuccessMessage ( string message ) : void |
protected BaseController ( ApplicationDbContext context ) : System.IO | ||
context | ApplicationDbContext | |
return | System.IO |
protected ErrorMessage ( string message ) : void | ||
message | string | |
return | void |
protected SuccessMessage ( string message ) : void | ||
message | string | |
return | void |