コード例 #1
0
 public void SaveNotificationToDatabase(Notification notification)
 {
     _databaseEngine.Add_Notification(notification);
 }