Exemple #1
0
 public int Update(Item itemList)
 {
     return(itemListRepo.Update(itemList));
 }