コード例 #1
0
 public List <SkillDetailsModel> GetAllSkillDetails()
 {
     return(repo.GetAllSkillDetails());
 }