Example #1
0
 protected override bool DeleteRecord()
 {
     return(AppDAL.CategoryDelete(this.mObjectGuid));
 }