コード例 #1
0
 public async Task <bool> DeleteCheckOnEntity(int id)
 {
     return(await memoryRepository.DeleteCheckOnEntity(id));
 }