Beispiel #1
0
 public void Update(SUPPLY entity)
 {
     try {
         supplyS.Update(entity);
     }
     catch (Exception e)
     {
         throw e;
     }
 }