Beispiel #1
0
 public int delete_1(int u_id)
 {
     sizeDAL dal = new sizeDAL();
       return dal.delete_1(u_id);
 }