Exemple #1
0
 public object Authorize(object json)
 {
     return(UserBiz.Authorize(json));
 }