コード例 #1
0
 public List <Notification> GetNotificationDataById(int id)
 {
     return(_dataSet.GetNotificationDataById(id));
 }