Exemple #1
0
 public Task DeleteEventAsync(string id)
 {
     return(restService.DeleteObjectAsync(Constants.EventsUrl, id));
 }
Exemple #2
0
 public Task DeleteCategoryAsync(string id)
 {
     return(restService.DeleteObjectAsync(Constants.CategoriesUrl, id));
 }