示例#1
0
 public List <Projects> BindProjectsBasedOnLocation(string locationName)
 {
     return(db.BindProjectsBasedOnLocation(locationName));
 }