Ejemplo n.º 1
0
 public Refund Update(Refund update) => Update(DateTime.Now, update);
Ejemplo n.º 2
0
 public Refund Create(Refund create) => Create(DateTime.Now, create);
Ejemplo n.º 3
0
 public Refund Update(DateTime time, Refund update) => UpdateMany(time, new[] { update })[0];
Ejemplo n.º 4
0
 public Refund Create(DateTime time, Refund create) => CreateMany(time, new[] { create })[0];