예제 #1
0
 public RefreshCommand(IManipulateRepositorySets repositorySets)
 {
   _repositorySets = repositorySets;
 }
 public AddNewVersionCommand(IManipulateRepositorySets repositorySets)
 {
   _repositorySets = repositorySets;
 }