6 lines
134 B
C#
6 lines
134 B
C#
namespace CompanyManagment.App.Contracts.LeftWork;
|
|
|
|
public class EditLeftWork : CreateLeftWork
|
|
{
|
|
public long Id { get; set; }
|
|
} |