Пример #1
0
 static public List <User> getAdministrators()
 {
     return(Mapper.Map <List <USER>, List <User> >(_eUser.adminList()));
 }