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