Esempio n. 1
0
 private void btnGetAllBySEx_Click(object sender, EventArgs e)
 {
     var list = RedisStackExchangeHelper.GetList <Notification>(keyNotification);
 }