Example #1
0
 public static int GetNoteTotalItems(string where)
 {
     return(NoteDAL.GetNoteTotalItems(where));
 }