Example #1
0
 public List <CustomerVisitInfo> GetSelfies(int projectID, string mobile)
 {
     return(db.GetSelfies(projectID, mobile));
 }