Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

WsDbContextPartial.cs 242B

123456789101112
  1. using System;
  2. namespace WebApiWebSem.DataAccess
  3. {
  4. public partial class WsDbContext
  5. {
  6. public static bool lu_texts_match(string query, string data)
  7. {
  8. throw new NotImplementedException();
  9. }
  10. }
  11. }