Exemplo n.º 1
0
 public DatabaseResponse(Alachisoft.NosDB.Common.Protobuf.Response.Builder response)
 {
     _response = response;
     _message  = this;
 }
Exemplo n.º 2
0
 public DatabaseResponse()
 {
     _response = new Alachisoft.NosDB.Common.Protobuf.Response.Builder();
     _message  = this;
 }