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