Editing Purpose from LogController works

This commit is contained in:
2013-03-05 13:22:00 -05:00
parent 76cb768fa9
commit 47a60965fe
6 changed files with 56 additions and 19 deletions
-6
View File
@@ -109,11 +109,5 @@ namespace MileageTraker.Web.Controllers
}
};
}
private SelectList GetPurposeTypesSelectList()
{
var selectList = new SelectList(DataService.GetPurposeTypes(), "PurposeTypeId", "Purpose");
return selectList;
}
}
}