Ejemplo n.º 1
0
 public static VMPosInstrTotal  Create(CPositionInstrTotal modelPosInstrtotal)
 {
     return(new VMPosInstrTotal(modelPosInstrtotal));
 }
Ejemplo n.º 2
0
 public VMPosInstrTotal(CPositionInstrTotal modelPosInstrtotal)
 {
     _modelPosInstrTotal = modelPosInstrtotal;
 }