Exemplo n.º 1
0
 public override bool Delete(int key)
 {
     return(DataStorageService.DeleteNews(key));
 }