Files
2024-07-05 21:36:15 +03:30

9 lines
207 B
C#

using System.Collections.Generic;
using _0_Framework.Application;
namespace CompanyManagment.App.Contracts.Employee;
public class LeftworkAlarm
{
public List<OperationResult> Results { get; set; }
}