9 lines
207 B
C#
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; }
|
|
} |