Ejemplo n.º 1
0
 public TransactionSession(IJObject parameters)
 {
     Id         = parameters.GetValue <int>("id");
     CustormeId = parameters.GetValue <int>("CustomerId");
 }
Ejemplo n.º 2
0
 public TransactionSession(IJObject jobject)
 {
     throw new NotImplementedException();
 }