...
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user