PIbd-21_CourseWork_Polyclin.../Polyclinic/PolyclinicContracts/ViewModels/ReportCoursesByProcedures.cs

13 lines
220 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PolyclinicContracts.ViewModels
{
public class ReportCoursesByProcedures
{
}
}