着信オブジェクト タイプ (この場合はエンティティ) に基づいて整数パラメーターを返そうとしていますが、形式が不明です。何か助けてください。
entity.ID = db.Create(
entity.Name,
entity.Description,
entity.InitialStep != null ? (int?)entity.InitialStep.ID : null,
entity.IsPrivate,
entity.AllowOnBehalfSubmission,
new Func<int>{something needs to happen here and return an integer});