Beispiel #1
0
 public static VMTrdWithdrawReq Create(ModelTrdWithdrawReq model)
 {
     return(new VMTrdWithdrawReq(model));
 }
Beispiel #2
0
 public VMTrdWithdrawReq(ModelTrdWithdrawReq modelTrdAddWithDrawReq)
 {
     _modelTrdAddWithDrawReq = modelTrdAddWithDrawReq;
 }