Esempio n. 1
0
 public static VMTrdWithdrawReq Create(ModelTrdWithdrawReq model)
 {
     return(new VMTrdWithdrawReq(model));
 }
Esempio n. 2
0
 public VMTrdWithdrawReq(ModelTrdWithdrawReq modelTrdAddWithDrawReq)
 {
     _modelTrdAddWithDrawReq = modelTrdAddWithDrawReq;
 }