Пример #1
0
 public bool ContainsType <T>() where T : IContent
 {
     return(_storage.ContainsType <T>());
 }