ISEbd-21_Melnikov_I.O._CarS.../CarService/CarServiceWebApp/Models/CurrentUser.cs

7 lines
111 B
C#

namespace CarServiceWebApp.Models
{
public static class CurrentUser
{
public static int UserId = 0;
}
}