Execute() public method

public Execute ( ) : void
return void
Beispiel #1
0
 public static Repository Clone(CloneCommand command)
 {
     command.Execute();
     return(command.Repository);
 }
Beispiel #2
0
 public static Repository Clone(CloneCommand command)
 {
     command.Execute();
     return command.Repository;
 }