начала делать отчеты для ворда
This commit is contained in:
parent
48dd095182
commit
320e2a4ace
@ -0,0 +1,11 @@
|
||||
using PolyclinicContracts.ViewModels;
|
||||
|
||||
namespace PolyclinicBusinessLogic.OfficePackage.HelperModels.Word
|
||||
{
|
||||
public class WordCoursesByProceduresInfo
|
||||
{
|
||||
public string FileName { get; set; } = string.Empty;
|
||||
public string Title { get; set; } = string.Empty;
|
||||
public List<CourseViewModel> Courses { get; set; } = new();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user