Пример #1
0
 public static ThreeDSec ConvertToDomain(ThreeDSecModel model)
 {
     return model == null ? null : new ThreeDSec(model.ActionName, model.AuthTxnId, model.PaReq, model.PaRes);
 }
 public static ThreeDSec ConvertToDomain(ThreeDSecModel model)
 {
     return(model == null ? null : new ThreeDSec(model.ActionName, model.AuthTxnId, model.PaReq, model.PaRes));
 }