Esempio n. 1
0
 public MinhChungService(IMyDapper iMyDapper)
 {
     this._IMyDapper = iMyDapper;
 }
 public TieuChuanService(IMyDapper iMyDapper)
 {
     this._IMyDapper = iMyDapper;
 }
 public TieuChiService(IMyDapper iMyDapper)
 {
     _IMyDapper = iMyDapper;
 }