Подготовил направления
This commit is contained in:
11
PaydayFrontend/Models/DirectionViewModel.cs
Normal file
11
PaydayFrontend/Models/DirectionViewModel.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace PaydayFrontend.Models;
|
||||
|
||||
public class Direction
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public long UniversityId { get; set; }
|
||||
public string Code { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Url { get; set; }
|
||||
public int PlaceCost { get; set; }
|
||||
}
|
Reference in New Issue
Block a user