示例#1
0
 public void Unlock(Guid userId)
 {
     _userCommandService.UnlockUser(userId);
 }