This commit is contained in:
mmrbnjd
2025-07-22 19:05:57 +03:30
parent e1848869fe
commit 83f64606d1
5 changed files with 32 additions and 22 deletions

View File

@@ -181,7 +181,10 @@ namespace Hushian.Application.Services
{
if (await _CompanyRepository.ADDBool(new Company()
{
Password = dto.Password.GetHash(),
FullName = dto.FullName,
Cdatetime = DateTime.Now,
Mobile=dto.Mobile
}))
{
Response.Success = true;