...
This commit is contained in:
@@ -195,6 +195,8 @@ namespace Hushian.Application.Services
|
||||
|
||||
return Response;
|
||||
}
|
||||
public async Task<bool> AnyCompany(int CompanyID)
|
||||
=>await _CompanyRepository.Get().AnyAsync(a=>a.ID==CompanyID);
|
||||
private async Task<int> Verifi(string Mobile) => await _VerificationService.GenerateCodeByPhoneNumberConfirmed(Mobile);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user