hanyadikhetvan-dotnethf/HanyadikHetVan/Controllers/UserController.cs

12 lines
186 B
C#
Raw Normal View History

2021-05-17 22:53:27 +02:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace HanyadikHetVan.Controllers
{
public class UserController
{
}
}