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

6 lines
155 B
C#

namespace CompanyManagment.App.Contracts.RollCallService;
public class EditRollCallService : CreateRollCallService
{
public long Id { get; set; }
}