Esempio n. 1
0
 protected CypherModelAnnotations(
     [NotNull] CypherAnnotations annotations
     ) => Annotations = annotations;
 protected CypherEntityTypeAnnotations(
     [NotNull] CypherAnnotations annotations
     ) => Annotations = annotations;
Esempio n. 3
0
 protected CypherPropertyAnnotations(
     [NotNull] CypherAnnotations annotations
     )
 {
     Annotations = annotations;
 }
 protected CypherForeignKeyAnnotations(
     [NotNull] CypherAnnotations annotations
     ) => Annotations = annotations;