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 2c31b06..05df917 100644 --- a/src/Services/DevHive.Services/Interfaces/IRoleService.cs +++ b/src/Services/DevHive.Services/Interfaces/IRoleService.cs @@ -6,7 +6,7 @@ namespace DevHive.Services.Interfaces { public interface IRoleService { - Task<Guid> CreateRole(CreateRoleServiceModel roleServiceModel); + Task<Guid> CreateRole(CreateRoleServiceModel createRoleServiceModel); Task<RoleServiceModel> GetRoleById(Guid id); |
