stage9_10 #16
@ -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…
x
Reference in New Issue
Block a user