Guest User

Untitled

a guest
Sep 12th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. How can I change my webservice's mime type?
  2. public string GetMenuItemById(string itemID)
  3. {
  4. MenuItemsRepository menutemsRepository = new MenuItemsRepository();
  5. string json = menutemsRepository.GetMenuItemById(itemID);
  6. .....
  7. }
Add Comment
Please, Sign In to add comment