Exemplo n.º 1
0
 public static void Register <T>(ISelectable <T> converter)
 {
     CustomMapper.Initialize();
     register[typeof(T)] = converter;
 }
Exemplo n.º 2
0
 static CustomMapper()
 {
     CustomMapper.Initialize();
 }