コード例 #1
0
 public bool DeleteObject(int Id)
 {
     return(_repository.DeleteObject(Id));
 }