コード例 #1
0
 public int Delete(int Id)
 {
     return(inodeServices.Delete(Id));
 }