Beispiel #1
0
 public JsonResult GetCustomerTypeSelectList()
 {
     try
     {
         return(Json(GlobalMethod.GetCustomerType(), JsonRequestBehavior.AllowGet));
     }
     catch (Exception ex)
     {
         return(Json("Invalid Error"));
     }
 }