Example #1
0
 public void AddRecept(Recept recept)
 {
     try
     {
         dal.AddRecept(recept);
     }
     catch (ArgumentException) { throw; }
     catch (Exception) { throw; }
 }