ISEbd-21_Tukaeva_A_A_School/School/SchoolBusinessLogic/BusinessLogics/ReportLessonsLogic.cs

14 lines
209 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SchoolBusinessLogic.BusinessLogics
{
public class ReportLessonsLogic
{
}
}