Files
Backend-Api/CompanyManagment.App.Contracts/FileAlert/EditFileAlert.cs
2024-07-05 21:36:15 +03:30

9 lines
173 B
C#

using System.Collections.Generic;
namespace CompanyManagment.App.Contracts.FileAlert;
public class EditFileAlert : CreateFileAlert
{
public long Id { get; set; }
}