コード例 #1
0
 public Heading GetByID(int id)
 {
     return(_headingDal.get(x => x.HeadingID == id));
 }