Beispiel #1
0
 public ActionResult GetAllAgentMembers(string usernames)
 {
     try
     {
         return(Json(_userMaster.GetAllAgentsMembers(usernames, Convert.ToInt64(_sessionHandler.UserId)), JsonRequestBehavior.AllowGet));
     }
     catch (Exception)
     {
         throw;
     }
 }