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