Пример #1
0
 public UserSkillModel[] Get(int id)
 {
     return(DBSkillCollector.CollectListOfUserSkillsFromDatabase(id));
 }