예제 #1
0
 private bool AddNewInventory(List <Inventory> objList)
 {
     return(inventoryDAL.AddNewInventory(objList));
 }