Add project files.
This commit is contained in:
12
ConstructorApp.DtoLayer/TeamDto/CreateTeamDto.cs
Normal file
12
ConstructorApp.DtoLayer/TeamDto/CreateTeamDto.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace ConstructorApp.DtoLayer.TeamDto
|
||||
{
|
||||
public class CreateTeamDto
|
||||
{
|
||||
public string? NameSurname { get; set; }
|
||||
public string? Title { get; set; }
|
||||
public string? ImageUrl { get; set; }
|
||||
public string? Facebook { get; set; }
|
||||
public string? Instagram { get; set; }
|
||||
public string? Linkedin { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user