Exemple #1
0
 public List <DomainEntityUser> Read()
 {
     return(DaoUser.Read().Select(dbEntity => dbEntity.DbEntityToDomainEntity()).ToList());
 }