Esempio n. 1
0
 // GET: Skills
 public ActionResult GetSkills(string moniker)
 {
     return(View(_db.GetEmployeeSkills(moniker)));
 }