コード例 #1
0
ファイル: PaperBLL.cs プロジェクト: ZB347954263/RailExam
 public Paper GetPaper(int PaperId)
 {
     return(dal.GetPaper(PaperId));
 }