All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 8s
7 lines
182 B
C#
7 lines
182 B
C#
namespace PaydayFrontend.Models;
|
|
|
|
public class UniversityDirectionsViewModel
|
|
{
|
|
public University University { get; set; }
|
|
public List<Direction> Directions { get; set; }
|
|
} |