コード例 #1
0
 // CRUD APIs
 public async Task <bool> FormExists(int id)
 {
     return(await _repo.Exists(id));
 }