コード例 #1
0
ファイル: BranchController.cs プロジェクト: lulzzz/UITest-POC
 public async Task RemoveAssignedUser(int userId, int branchId, int roleName)
 {
     await _branchService.RemoveAssignedUser(userId, branchId, roleName);
 }