Ejemplo n.º 1
0
 public static IEnumerable <SelectListItem> JoinTypes()
 {
     return(CodeValueModel.ConvertToSelect(cv.JoinTypes(), "Id"));
 }