Advertisement
Guest User

Untitled

a guest
Nov 30th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Route("brands/picture", Name = "AdminBrandsPicture")]
  2.         public ActionResult BrandsPicture()
  3.         {
  4.             return BinaryImageEditExtension.GetCallbackResult();
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement