Exemplo n.º 1
0
 private ShowProfileCommand GetShowProfileCommandLogic(UsersConnector usersConnector)
 {
     return(new ShowProfileCommand(usersConnector, Helpers.GetMessages()));
 }