10 lines
245 B
C#
10 lines
245 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using CompanyManagment.App.Contracts.Employee;
|
|
|
|
namespace CompanyManagment.App.Contracts.CrossJobGuild;
|
|
|
|
public class EditCrossJobGuild : CreateCrossJobGuild
|
|
{
|
|
public long Id { get; set; }
|
|
} |