Example #1
0
 public static VMPosInstrTotal  Create(CPositionInstrTotal modelPosInstrtotal)
 {
     return(new VMPosInstrTotal(modelPosInstrtotal));
 }
Example #2
0
 public VMPosInstrTotal(CPositionInstrTotal modelPosInstrtotal)
 {
     _modelPosInstrTotal = modelPosInstrtotal;
 }