Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. class Category
  2. {
  3. public void Add(string categoryName) {}
  4.  
  5. public void Edit(int id, string categoryName) { }
  6.  
  7. public void Delete(int id) { }
  8.  
  9. //Avoid-Kaçının
  10. public void GetGoogleAnalyticsData(){}
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement