Example #1
0
 public Relation GetRelation(long id) => Relation_repo.GetFirst(a => a.RelationId == id);