Ejemplo n.º 1
0
            /// <summary>
            /// Returns Type Notes
            /// </summary>
            /// <param name="id"></param>
            /// <returns></returns>
            public WipService.getNoteTypesResponse GetTypeNotes()
            {
                var port = Models.Util.Port();

                WipService.getNoteTypesRequest types = new MPXMobile.WipService.getNoteTypesRequest();
                var account = port.getNoteTypes(types);

                return(account);
            }
Ejemplo n.º 2
0
 /// <summary>
 /// Returns Type Notes 
 /// </summary>
 /// <param name="id"></param>
 /// <returns></returns>
 public WipService.getNoteTypesResponse GetTypeNotes()
 {
     var port = Models.Util.Port();
     WipService.getNoteTypesRequest types = new MPXMobile.WipService.getNoteTypesRequest();
     var account = port.getNoteTypes(types);
     return account;
 }