diff options
Diffstat (limited to 'src/DevHive.Services/Interfaces/IRoleService.cs')
| -rw-r--r-- | src/DevHive.Services/Interfaces/IRoleService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DevHive.Services/Interfaces/IRoleService.cs b/src/DevHive.Services/Interfaces/IRoleService.cs index 3bf236c..2c7195c 100644 --- a/src/DevHive.Services/Interfaces/IRoleService.cs +++ b/src/DevHive.Services/Interfaces/IRoleService.cs @@ -11,7 +11,7 @@ namespace DevHive.Services.Interfaces Task<RoleModel> GetRoleById(Guid id); Task<bool> UpdateRole(RoleModel roleServiceModel); - + Task<bool> DeleteRole(Guid id); } -}
\ No newline at end of file +} |
