Example #1
0
 public SelectList getEmpDesDB()
 {
     try
     {
         EnumForViews EnumForViews = new EnumForViews();
         return(EnumToSelectList.ToSelectList(typeof(EnumForViews.Designation), "0"));
     }
     catch (Exception)
     {
         throw;
     }
 }
Example #2
0
 public SelectList getMonthDB()
 {
     try
     {
         EnumForViews EnumForViews = new EnumForViews();
         return(EnumToSelectList.ToSelectList(typeof(EnumForViews.Month), "0"));
     }
     catch (Exception)
     {
         throw;
     }
 }
Example #3
0
 public SelectList getProjectApprovalDB()
 {
     try
     {
         EnumForViews EnumForViews = new EnumForViews();
         return(EnumToSelectList.ToSelectList(typeof(EnumForViews.Approval), "0"));
     }
     catch (Exception)
     {
         throw;
     }
 }