6 lines
146 B
C#
6 lines
146 B
C#
namespace CompanyManagment.App.Contracts.FileEmployer;
|
|
|
|
public class EditFileEmployer : CreateFileEmployer
|
|
{
|
|
public long Id { get; set; }
|
|
} |