コード例 #1
0
 public DALItem(ClientProxy servicePort, Interfaces.IQOBDSet _dataSet, ICommunication serviceCommunication) : this(servicePort, _dataSet)
 {
     _serviceCommunication = serviceCommunication;
 }
コード例 #2
0
 public DALChatRoom(ClientProxy servicePort, Interfaces.IQOBDSet dataSet) : this(servicePort)
 {
     _dataSet = dataSet;
 }
コード例 #3
0
 public DALItem(ClientProxy servicePort, Interfaces.IQOBDSet _dataSet) : this(servicePort)
 {
     this._dataSet = _dataSet;
 }