Свойство | Тип | Описание | |
---|---|---|---|
_context | ApplicationDbContext |
Метод | Описание | |
---|---|---|
BaseController ( ApplicationDbContext context ) : System.IO | ||
ErrorMessage ( string message ) : void | ||
SuccessMessage ( string message ) : void |
protected BaseController ( ApplicationDbContext context ) : System.IO | ||
context | ApplicationDbContext | |
Результат | System.IO |
protected ErrorMessage ( string message ) : void | ||
message | string | |
Результат | void |
protected SuccessMessage ( string message ) : void | ||
message | string | |
Результат | void |