コード例 #1
0
 public Category GetByIdWithMovie(int Id)
 {
     return(_categoryDal.GetByIdWithMovie(Id));
 }