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

6 lines
146 B
C#

namespace CompanyManagment.App.Contracts.FileEmployer;
public class EditFileEmployer : CreateFileEmployer
{
public long Id { get; set; }
}