Example #1
0
 public Paper GetPaper(int PaperId)
 {
     return(dal.GetPaper(PaperId));
 }