CssSolution/CSS_Solution/Request/Course_Request.cs

13 lines
201 B
C#
Raw Normal View History

2024-03-12 08:15:15 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSS_Solution.Request
{
internal class Course_Request
{
}
}