Пример #1
0
 public ScopeDto GetScopeById(Guid id, [Service] IScopeService context)
 {
     return(context.GetById(id).Adapt <ScopeDto>());
 }