Example #1
0
 /// <summary>
 /// Initialize the mappers.
 /// </summary>
 /// <param name="context">Context</param>
 public ReceiptMapper(Context context)
 {
     Context       = context;
     _headerMapper = new ReceiptHeaderMapper(Context);
     _detailMapper = new ReceiptDetailMapper(Context);
 }