예제 #1
0
 public int GetID(Item item)
 {
     return(_stockInRepository.GetID(item));
 }