예제 #1
0
 public int ReturnCategoryId(Category category)
 {
     return(_stockInRepository.ReturnCategoryId(category));
 }