Пример #1
0
 public List <Projects> BindClientProjects(string username)
 {
     return(db.BindClientProjects(username));
 }