Enhancing telemetry in Seq and fixes namespaces
This commit is contained in:
parent
5568007237
commit
9f4996bc8f
65 changed files with 1122 additions and 1139 deletions
|
|
@ -3,7 +3,7 @@ using Microsoft.ApplicationInsights;
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace PlanTempus.Pages
|
||||
namespace PlanTempus.Application.Pages
|
||||
{
|
||||
public class IndexModel : PageModel
|
||||
{
|
||||
|
|
@ -13,7 +13,7 @@ namespace PlanTempus.Pages
|
|||
{
|
||||
_telemetry = telemetry;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue