File tree Expand file tree Collapse file tree
src/GenericSQLEntityHandler Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44using System . Text ;
55using System . Threading . Tasks ;
66
7- namespace GenericSQLEntityHandler
7+ namespace EntityHandler
88{
99 public enum SaveType
1010 {
Original file line number Diff line number Diff line change 88using System . Threading ;
99
1010
11- namespace GenericSQLEntityHandler
11+ namespace EntityHandler
1212{
1313 public class GenericSQLEntityHandler
1414 {
Original file line number Diff line number Diff line change 44using System . Data . SqlClient ;
55using System . Diagnostics ;
66using System . Linq ;
7- using System . Runtime . CompilerServices ;
8- using System . Text ;
9- using System . Threading . Tasks ;
107
11- namespace GenericSQLEntityHandler
8+ namespace EntityHandler
129{
1310 public static class GenericSQLHandler
1411 {
Original file line number Diff line number Diff line change 44using System . Data . SqlClient ;
55using System . Diagnostics ;
66
7- namespace GenericSQLEntityHandler
7+ namespace EntityHandler
88{
99 public class SQLTableCreator
1010 {
You can’t perform that action at this time.
0 commit comments