6 lines
155 B
C#
6 lines
155 B
C#
namespace CompanyManagment.App.Contracts.RollCallService;
|
|
|
|
public class EditRollCallService : CreateRollCallService
|
|
{
|
|
public long Id { get; set; }
|
|
} |