示例#1
0
 public DatabaseResponse(Alachisoft.NosDB.Common.Protobuf.Response.Builder response)
 {
     _response = response;
     _message  = this;
 }
示例#2
0
 public DatabaseResponse()
 {
     _response = new Alachisoft.NosDB.Common.Protobuf.Response.Builder();
     _message  = this;
 }