public void Test() { NotificationFacade notification = new NotificationFacade(); notification.Notify(1, "Hello world") .ShouldBe("SMS-13800138000:Hello world|[email protected]:Hello world"); }
public void Notify(string title, string content, List <long> userIDs) { NotificationFacade.Notify(title, content, userIDs, (long)CurrentHomeID, (long)CurrentUserID); }