Files
oopt-gnpy-web-gui/TelecomInfraProject-V1/TelecomInfraProject/Pages/help.cshtml.cs
sakv2e10204 22cb38d166 source move
2022-02-01 18:59:27 +05:30

16 lines
311 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace TelecomInfraProject.Pages
{
public class helpModel : PageModel
{
public void OnGet()
{
}
}
}