Esempio n. 1
0
 public static User ToUser(this CreateUserCommand command)
 {
     return(command.MapTo <CreateUserCommand, User>());
 }