コード例 #1
0
 public bool CanBeDeleted(int id)
 {
     return(repository.CanBeDeleted(id));
 }