예제 #1
0
 public static Services <T> Create(ServicesStrategy <T> strategy)
 {
     return(new Services <T>(strategy));
 }
예제 #2
0
 private Services(ServicesStrategy <T> strategy)
 {
     this._strategy = strategy;
 }