示例#1
0
 public IEnumerable <UserDTO> AllUsers()
 {
     return(mapper.Map <IEnumerable <UserDTO> >(p.AllUsers()));
 }