Events on desktop
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
{
|
||||
<a class="btn btn-primary" asp-page="Announcements">Announcements</a>
|
||||
<a class="btn btn-primary" asp-page="Complaints">Complaints</a>
|
||||
<a class="btn btn-primary" asp-page="Events">Events</a>
|
||||
}
|
||||
</div>
|
||||
|
||||
|
@@ -22,6 +22,7 @@ namespace WebApp
|
||||
builder.Services.AddScoped<ICommentRepository, CommentRepository>();
|
||||
builder.Services.AddScoped<IAnnouncementRepository, AnnouncementRepository>();
|
||||
builder.Services.AddScoped<IComplaintRepository, ComplaintRepository>();
|
||||
builder.Services.AddScoped<IEventRepository, EventRepository>();
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
|
Reference in New Issue
Block a user