Example #1
0
 public void Set <T>(T obj) where T : class
 {
     _mainHolder.Set(obj);
 }