Пример #1
0
        /// <summary>
        /// lấy danh sách tất cả người dùng
        /// </summary>
        /// <exception cref="MISA.OAS.Finance.SDK.Client.ApiException">Thrown when fails to make API call</exception>
        /// <returns>Task of List&lt;User&gt;</returns>
        public async System.Threading.Tasks.Task <List <User> > UsersGetAsync()
        {
            MISA.OAS.Finance.SDK.Client.ApiResponse <List <User> > localVarResponse = await UsersGetAsyncWithHttpInfo();

            return(localVarResponse.Data);
        }
Пример #2
0
 /// <summary>
 /// lấy danh sách tất cả người dùng
 /// </summary>
 /// <exception cref="MISA.OAS.Finance.SDK.Client.ApiException">Thrown when fails to make API call</exception>
 /// <returns>List&lt;User&gt;</returns>
 public List <User> UsersGet()
 {
     MISA.OAS.Finance.SDK.Client.ApiResponse <List <User> > localVarResponse = UsersGetWithHttpInfo();
     return(localVarResponse.Data);
 }