예제 #1
0
파일: Notes.cs 프로젝트: paulmd3/mpx_mobile
 /// <summary>
 /// Get Type Notes by account
 /// </summary>
 /// <param name="id"></param>
 /// <returns></returns>
 public static getNoteTypesResponse GetTypes()
 {
     ApiServiceNotes notes = new ApiServiceNotes();
     return notes.GetTypeNotes();
 }
예제 #2
0
파일: Notes.cs 프로젝트: paulmd3/mpx_mobile
        /// <summary>
        /// Get Type Notes by account
        /// </summary>
        /// <param name="id"></param>
        /// <returns></returns>
        public static WipService.getNoteTypesResponse GetTypes()
        {
            ApiServiceNotes notes = new ApiServiceNotes();

            return(notes.GetTypeNotes());
        }