Files
Hushian/Common/Dtos/Exper/ADD_ExperDto.cs
mmrbnjd bc65878608 exper
2025-06-29 16:14:42 +03:30

15 lines
313 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Common.Dtos.Exper
{
public class ADD_ExperDto
{ //From CompanyManager
public string FullName { get; set; }
public string Password { get; set; }
}
}