Пример #1
0
 public void RegisterTypeOf <T>() where T : class
 {
     TypeOf.Add(DocumentType.FromClass <T>());
 }