Beispiel #1
0
 protected DapperReflector(string command,
                           T spDefinition,
                           ParameterOrientation orientation)
 {
     _command      = command;
     _orientation  = orientation;
     _spDefinition = spDefinition;
 }
 public SpReceiptDocumentNumberDetailsDapper(string command,
                                             SpReceiptDocumentNumberDetailsParameters spDefinition,
                                             ParameterOrientation orientation) : base(command, spDefinition, orientation)
 {
 }