Example #1
0
 public static int CustomerDele(int id)
 {
     return(CustomerDAL.CustomerDele(id));
 }