Beispiel #1
0
 public ResponseRoot(StoredProcedureResponse content)
 {
     _Content = content;
 }
Beispiel #2
0
 public ResponseRoot()
 {
     _Content = null;
 }