Esempio n. 1
0
 public static ITypeAttributesBuilder Create(IPersistentType persistentType, IEnumerable <IOrmAttribute> attributes)
 {
     return(new PeristentTypeAttributesBuilderImpl(persistentType, attributes));
 }