コード例 #1
0
 public GameViewModel Create(GameViewModel appModel) =>
 _createbleAppService.Create(appModel);
コード例 #2
0
 public FriendViewModel Create(FriendViewModel appModel) =>
 _createbleAppService.Create(appModel);