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