8 lines
198 B
C#
8 lines
198 B
C#
namespace WorkFlow.Application.Contracts.RollCallConfirmedWithoutLunchBreak
|
|
{
|
|
public class CreateRollCallConfirmedWithoutLunchBreak
|
|
{
|
|
public long RollCallId { get; set; }
|
|
}
|
|
}
|