Example #1
0
 public static void DeleteRow(int id)
 {
     CustomerDAL.DeleteRow(id);
 }