PIbd-42_Kashin_M.I_CPO_Cour.../EmployeeManagmentDataModels/Enums/VacationStatus.cs

13 lines
214 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EmployeeManagmentDataModels.Enums
{
internal class VacationStatus
{
}
}