Esempio n. 1
0
 /// <summary>
 /// Get Type Notes by account
 /// </summary>
 /// <param name="id"></param>
 /// <returns></returns>
 public static getNoteTypesResponse GetTypes()
 {
     ApiServiceNotes notes = new ApiServiceNotes();
     return notes.GetTypeNotes();
 }
Esempio n. 2
0
        /// <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());
        }