| 50 | | public PlatnosciDataContext() : |
| 51 | | base(global::Platnosci.Core.Properties.Settings.Default.BAZA_REKLAM_TESTConnectionString, mappingSource) |
| 52 | | { |
| 53 | | OnCreated(); |
| 54 | | } |
| 55 | | |
| 56 | | public PlatnosciDataContext(string connection) : |
| 57 | | base(connection, mappingSource) |
| 58 | | { |
| 59 | | OnCreated(); |
| 60 | | } |
| 61 | | |
| 62 | | public PlatnosciDataContext(System.Data.IDbConnection connection) : |
| 63 | | base(connection, mappingSource) |
| 64 | | { |
| 65 | | OnCreated(); |
| 66 | | } |
| 67 | | |
| 68 | | public PlatnosciDataContext(string connection, System.Data.Linq.Mapping.MappingSource mappingSource) : |
| 69 | | base(connection, mappingSource) |
| 70 | | { |
| 71 | | OnCreated(); |
| 72 | | } |
| 73 | | |
| 74 | | public PlatnosciDataContext(System.Data.IDbConnection connection, System.Data.Linq.Mapping.MappingSource mappingSource) : |
| 75 | | base(connection, mappingSource) |
| 76 | | { |
| 77 | | OnCreated(); |
| 78 | | } |
| 79 | | |
| | 49 | public PlatnosciDataContext() :base(global::Platnosci.Core.Properties.Settings.Default.BAZA_REKLAM_TESTConnectionString, mappingSource) |
| | 50 | { |
| | 51 | OnCreated(); |
| | 52 | } |
| | 53 | |
| | 54 | public PlatnosciDataContext(string connection) : base(connection, mappingSource) |
| | 55 | { |
| | 56 | OnCreated(); |
| | 57 | } |
| | 58 | |
| | 59 | public PlatnosciDataContext(System.Data.IDbConnection connection) : base(connection, mappingSource) |
| | 60 | { |
| | 61 | OnCreated(); |
| | 62 | } |
| | 63 | |
| | 64 | public PlatnosciDataContext(string connection, System.Data.Linq.Mapping.MappingSource mappingSource) :base(connection, mappingSource) |
| | 65 | { |
| | 66 | OnCreated(); |
| | 67 | } |
| | 68 | |
| | 69 | public PlatnosciDataContext(System.Data.IDbConnection connection, System.Data.Linq.Mapping.MappingSource mappingSource) :base(connection, mappingSource) |
| | 70 | { |
| | 71 | OnCreated(); |
| | 72 | } |