コード例 #1
0
 public DataTable GetNoteAlarm(int _ID_USER)
 {
     return(noteModel.GetNoteAlarm(_ID_USER));
 }