Example #1
0
 public static T Get()
 {
     return(OneExtensions.Get(null, Holder));
 }
Example #2
0
 public object OfOne(Type type)
 {
     return(OneExtensions.Get(type));
 }