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