コード例 #1
0
 public bool Remove(long id)
 {
     return(_subCategoryRepository.Remove(GetById(id)));
 }