示例#1
0
 // used for unit tests or anywhere we want to manually set the DAO type
 internal void setDao(IVistaDao dao)
 {
     _dao = dao;
 }