Example #1
0
 public Scope GetScope(int id)
 {
     return(scopeRepo.Get(id));
 }