예제 #1
0
 internal bool Edit(Item item)
 {
     status = itemDal.Edit(item);
     return(status);
 }