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