Exemple #1
0
 private void SendEvent(Recipe recipe, IEnumerable <Profile> profiles)
 {
     foreach (Profile p in profiles)
     {
         _EventSender.SendEventMessage(p, recipe);
     }
 }