yavsccli target
This commit is contained in:
parent
d12667d6de
commit
f39d6c48c5
15 changed files with 85 additions and 107 deletions
|
|
@ -8,15 +8,12 @@ namespace Yavsc.ViewComponents
|
|||
{
|
||||
public class CalendarViewComponent : ViewComponent
|
||||
{
|
||||
readonly ApplicationDbContext _dbContext;
|
||||
readonly ICalendarManager _manager;
|
||||
|
||||
public CalendarViewComponent (
|
||||
ApplicationDbContext dbContext,
|
||||
ICalendarManager manager)
|
||||
{
|
||||
_manager = manager;
|
||||
_dbContext = dbContext;
|
||||
}
|
||||
|
||||
public async Task<IViewComponentResult> InvokeAsync (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue