Ejemplo n.º 1
0
 public void FindAllMatch(string pUserId)
 {
     using (touchdbEntities context = new touchdbEntities())
     {
         context.sp_FindAllMatchForUser(Guid.Parse(pUserId));
     }
 }