Пример #1
0
 void IUserSessionsCommand.CreateUserLogout(UserLogout logout)
 {
     logout.Prepare();
     logout.Validate();
     _repository.CreateUserLogout(logout);
 }