internal void Send(Notifikation notifikation, ApplicationUser user, Entry entry) { Console.WriteLine($"Notifikation Gesendet: {user.NormalizedUserName} Telefonnummer: {entry.phone}"); }
internal void Send(Notifikation notifikation, Organization organisation, Entry entry) { Console.WriteLine($"Notifikation Gesendet: {organisation.name} Telefonnummer: {entry.phone}"); }