You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }