Beispiel #1
0
 public Select(DAL.Base.ISelect select)
 {
     this._select = select;
 }
Beispiel #2
0
		public Update(DAL.Base.IUpdate update)
		{
			this._update = update;
		}