コード例 #1
0
 private async Task <bool> ExistsName(string name)
 {
     return((await _service.GetByName(name)).IsEmpty);
 }