示例#1
0
 public VistaCrudFactory() : base()
 {
     _mapper = new VistaMapper();
     dao     = SqlDao.GetInstance();
 }