Exemple #1
0
 public void AddActiveIngredient(ActiveIngredient ingredient)
 {
     try
     {
         dal.AddActiveIngredient(ingredient);
     }
     catch (ArgumentException) { throw; }
     catch (Exception ex) { throw; }
 }