diff options
| author | transtrike <transtrike@gmail.com> | 2021-01-23 16:03:59 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-01-23 16:03:59 +0200 |
| commit | 9d7489b4958a5e6e5b0cd38a61e5bf4ff12f23da (patch) | |
| tree | c9845dc273b78e64ab4129798c1ad73ba08b1a34 /src/DevHive.Services/Interfaces | |
| parent | 5eaa3ffa4204d68ce2bb4c342c8042616e6d2c6c (diff) | |
| download | DevHive-9d7489b4958a5e6e5b0cd38a61e5bf4ff12f23da.tar DevHive-9d7489b4958a5e6e5b0cd38a61e5bf4ff12f23da.tar.gz DevHive-9d7489b4958a5e6e5b0cd38a61e5bf4ff12f23da.zip | |
Fixed formatting
Diffstat (limited to 'src/DevHive.Services/Interfaces')
| -rw-r--r-- | src/DevHive.Services/Interfaces/IRoleService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DevHive.Services/Interfaces/IRoleService.cs b/src/DevHive.Services/Interfaces/IRoleService.cs index 3a498d2..d47728c 100644 --- a/src/DevHive.Services/Interfaces/IRoleService.cs +++ b/src/DevHive.Services/Interfaces/IRoleService.cs @@ -4,7 +4,7 @@ using DevHive.Services.Models.Identity.Role; namespace DevHive.Services.Interfaces { - public interface IRoleService + public interface IRoleService { Task<Guid> CreateRole(CreateRoleServiceModel roleServiceModel); |
