Component Page /IAnswer.cs (C#)
1: using System;
2: using System.Collections.Generic;
3: using Microsoft.ApplicationBlocks.Data;
4: using System.Data.SqlClient;
5: using System.Data;
6:
7: namespace QuizNetOnline.Logic
8: {
9: public interface IAnswer
10: {
11: List<Answer> LoadAnswers(int? questionId, int? answerId, ISqlWrapper isqlWrapper);
12: }
13: }
.NET Documentation Tool is © 2002 - 2009 Winnersh Triangle Web Solutions Limited.