Exemple #1
0
 public bool IsContain(string table) => Table1.Equals(table.ToLower()) || Table2.Equals(table.ToLower());