コード例 #1
0
ファイル: VistaCrudFactory.cs プロジェクト: crazyants/TuBus
 public VistaCrudFactory() : base()
 {
     _mapper = new VistaMapper();
     dao     = SqlDao.GetInstance();
 }