コード例 #1
0
 public RegistrationEntity SelectByID(int id)
 {
     return(dal.SelectByID(id));
 }