示例#1
0
 public Category GetById(int Id)
 {
     return(_categoryDal.GetByıd(Id));
 }