コード例 #1
0
 public async Task <bool> ExistsCode(string id)
 {
     return(await _serviceUserTest.CheckIssetByID(id));
 }