Пример #1
0
 protected CypherModelAnnotations(
     [NotNull] CypherAnnotations annotations
     ) => Annotations = annotations;
 protected CypherEntityTypeAnnotations(
     [NotNull] CypherAnnotations annotations
     ) => Annotations = annotations;
Пример #3
0
 protected CypherPropertyAnnotations(
     [NotNull] CypherAnnotations annotations
     )
 {
     Annotations = annotations;
 }
 protected CypherForeignKeyAnnotations(
     [NotNull] CypherAnnotations annotations
     ) => Annotations = annotations;