コード例 #1
0
 public bool Delete(int?id)
 {
     objUserDAL = new User_DAL(objUserProperty);
     return(objUserDAL.Delete(id));
 }