public ActionResult Add(FormCollection values)
        {
            var keywordRepository = new DataRepository<Keyword>();
...

C# Form Add

by alex, August 24, 2009 11:08, 6 refactorings, tagged with C#, asp.net-mvc

I have this method wich is ...

D41d8cd98f00b204e9800998ecf8427e Talk