Esempio n. 1
0
 public JsonResult BankTransectionType()
 {
     try
     {
         return(Json(new SelectList(_enumService.BankTransectionType(), "Value", "Text"), JsonRequestBehavior.AllowGet));
     }
     catch (Exception ex)
     {
         return(null);
     }
 }