6 lines
183 B
C#
6 lines
183 B
C#
namespace CompanyManagment.App.Contracts.RollCallService;
|
|
|
|
public class RollCallServiceViewModel : EditRollCallService
|
|
{
|
|
public string EndServiceToFarsiDuration { get; set; }
|
|
} |