public WorkFlowSettings SetRepository(Type repository)
 {
     Setting = new WorkFlowSettings();
     Setting.Repository = repository;
     return Setting;
 }
Example #2
0
 public WorkFlowSettings SetRepository(Type repository)
 {
     Setting            = new WorkFlowSettings();
     Setting.Repository = repository;
     return(Setting);
 }