## v1.0.1 # 174 #170 #162

This commit is contained in:
28810
2020-01-03 13:03:11 +08:00
parent f8e4e27113
commit bdf32ea736
24 changed files with 290 additions and 33 deletions

View File

@ -1,4 +1,6 @@
using FreeSql;
#if netcore
using FreeSql;
using FreeSql.DataAnnotations;
using System;
using System.Data;
@ -142,4 +144,6 @@ namespace FreeSql
return this.Repository.InsertOrUpdate(this as TEntity);
}
}
}
}
#endif