This repository has been archived on 2025-10-05. You can view files and clone it, but cannot push or open issues or pull requests.
CssSolution/CSS_Solution/Request/Course_Request.cs

13 lines
201 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSS_Solution.Request
{
internal class Course_Request
{
}
}