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
{
}
}