...
This commit is contained in:
@@ -46,9 +46,9 @@ namespace HushianWebApp.Service
|
||||
var response = await _baseController.Put($"{BaseRoute}EditUserYourself", request);
|
||||
return response.IsSuccessStatusCode;
|
||||
}
|
||||
public async Task<Read_ExperDto?> GetCurrentUser() //ویرایش کاربران توسط خود
|
||||
public async Task<Read_ExperDto?> GetCurrentExper() //ویرایش کاربران توسط خود
|
||||
{
|
||||
var response = await _baseController.Get($"{BaseRoute}GetCurrentUser");
|
||||
var response = await _baseController.Get($"{BaseRoute}GetCurrentExper");
|
||||
if (response.IsSuccessStatusCode)
|
||||
{
|
||||
return await response.Content.ReadFromJsonAsync<Read_ExperDto>();
|
||||
|
Reference in New Issue
Block a user