選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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