Доделал вторую вкладку
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 8s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 8s
This commit is contained in:
@ -8,4 +8,5 @@ public class Direction
|
||||
public string Name { get; set; }
|
||||
public string Url { get; set; }
|
||||
public int PlaceCost { get; set; }
|
||||
public string UniversityName { get; set; }
|
||||
}
|
7
PaydayFrontend/Models/UniversityDirectionsViewModel.cs
Normal file
7
PaydayFrontend/Models/UniversityDirectionsViewModel.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace PaydayFrontend.Models;
|
||||
|
||||
public class UniversityDirectionsViewModel
|
||||
{
|
||||
public University University { get; set; }
|
||||
public List<Direction> Directions { get; set; }
|
||||
}
|
Reference in New Issue
Block a user