예제 #1
0
 public Category GetCategoryByCode(int scope, string code)
 {
     return(categoryDao.GetByCode(scope, code));
 }