예제 #1
0
 public List <GetMySiteVisits> GetMySiteVisits(string username)
 {
     return(db.GetMySiteVisits(username));
 }