Skip to content

Commit

Permalink
Add Subusers feature #edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jakublabno committed Dec 19, 2024
1 parent fcebc52 commit 670b815
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions smsapi/Api/SubUsersFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ public DeleteSubuser Delete(string userId)

return action;
}

public EditSubuser Edit(string userId)
{
var action = new EditSubuser(userId);

action.Proxy(proxy);

return action;
}
}

public static class SubusersFeatureRegister
Expand Down

0 comments on commit 670b815

Please sign in to comment.