9 lines
173 B
C#
9 lines
173 B
C#
using System.Collections.Generic;
|
|
|
|
namespace CompanyManagment.App.Contracts.FileAlert;
|
|
|
|
public class EditFileAlert : CreateFileAlert
|
|
{
|
|
public long Id { get; set; }
|
|
|
|
} |