예제 #1
0
 /// <inheritdoc />
 public IRelation GetById(int id)
 {
     using (var scope = ScopeProvider.CreateScope(autoComplete: true))
     {
         return(_relationRepository.Get(id));
     }
 }