Beispiel #1
0
 public override bool Delete(int key)
 {
     return(DataStorageService.DeleteCategory(key));
 }