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

7 lines
111 B
C#
Raw Normal View History

2023-05-22 22:44:51 +04:00
namespace CarServiceWebApp.Models
{
public static class CurrentUser
{
public static int UserId = 0;
}
}