...
|
...
|
@@ -88,8 +88,6 @@ func (rs *PermissionService) Update(in *command.UpdatePermissionCommand) (interf |
|
|
}
|
|
|
|
|
|
func (rs *PermissionService) Get(in *command.GetPermissionCommand) (*domain.Permission, error) {
|
|
|
in.CompanyId = 8
|
|
|
|
|
|
transactionContext, err := factory.ValidateStartTransaction(in)
|
|
|
if err != nil {
|
|
|
return nil, err
|
...
|
...
|
|