Skip to content
Snippets Groups Projects
Commit 867d8ce5 authored by Lucca Santangelo's avatar Lucca Santangelo
Browse files

delete dto

parent 4034de61
No related branches found
No related tags found
2 merge requests!26Develop,!24Course template
using System;
using System.Collections.Generic;
using System.Text;
namespace Tsi1.BusinessLayer.Dtos
{
public class CourseTemplateCreateDto
{
public string Name { get; set; }
public int CourseTemplateId { get; set; }
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment