Example #1
0
 private Users GetUsers(SqlDataReader reader)
 {
     return(EntityHelper.GetEntityListByDT <Users>(reader));
 }