Beispiel #1
0
 public GameViewModel Create(GameViewModel appModel) =>
 _createbleAppService.Create(appModel);
 public FriendViewModel Create(FriendViewModel appModel) =>
 _createbleAppService.Create(appModel);