示例#1
0
 public Post Create(PostCreate creationData, Space space, User user) => new Post(creationData, space, user);