This commit is contained in:
sunkaixuan
2017-06-14 01:34:11 +08:00
parent c6a23cad58
commit 39f436fb1c

View File

@@ -36,11 +36,5 @@ namespace SqlSugar
throw new SqlSugarException(string.Format(message, args));
}
internal static void Exception(bool v, object xX)
{
throw new NotImplementedException();
}
}
}