Обновил api
This commit is contained in:
10
PaydayFrontend/Models/UniversityViewModel.cs
Normal file
10
PaydayFrontend/Models/UniversityViewModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PaydayFrontend.Models;
|
||||
|
||||
public class University
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string FullName { get; set; }
|
||||
public string ImageUrl { get; set; }
|
||||
public long MinPlaceCost { get; set; }
|
||||
}
|
Reference in New Issue
Block a user