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