diff options
Diffstat (limited to 'src/Services/DevHive.Services/Interfaces/IRoleService.cs')
| -rw-r--r-- | src/Services/DevHive.Services/Interfaces/IRoleService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Services/DevHive.Services/Interfaces/IRoleService.cs b/src/Services/DevHive.Services/Interfaces/IRoleService.cs index 05df917..36e5a01 100644 --- a/src/Services/DevHive.Services/Interfaces/IRoleService.cs +++ b/src/Services/DevHive.Services/Interfaces/IRoleService.cs @@ -10,7 +10,7 @@ namespace DevHive.Services.Interfaces Task<RoleServiceModel> GetRoleById(Guid id); - Task<bool> UpdateRole(UpdateRoleServiceModel roleServiceModel); + Task<bool> UpdateRole(UpdateRoleServiceModel updateRoleServiceModel); Task<bool> DeleteRole(Guid id); } |
