Exemplo n.º 1
0
 public static void AddItem(String name, string FWQ)
 {
     try
     {
         DBItem.Add(name, FWQ);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }