Example #1
0
 public bool Delete(object RegID)
 {
     return(TblRegService.Delete(RegID) == 1);
 }