WebAPI/ListModels.cs
@@ -7,6 +7,7 @@ using System.Text; using WebAPI.Code; using Model; using System.Data; namespace WebAPI { @@ -4412,5 +4413,9 @@ return list; } public static implicit operator ListModels(DataTable v) { throw new NotImplementedException(); } } }