예제 #1
0
 public DataTable GetAllItem(int companyId)
 {
     return(_stockInRepository.GetAllItem(companyId));
 }