Ejemplo n.º 1
0
 public static SampleOrderLine Create(Guid userId)
 {
     return(SampleOrderLine.Create(userId, 1, 1));
 }