示例#1
0
 public int ReorderLevel(Item item)
 {
     return(_stockInRepository.ReorderLevel(item));
 }