Esempio n. 1
0
 public EventInterface(LeetRaidsDBDataContext existingConnection)
 {
     LeetRaidsDB = existingConnection;
 }
Esempio n. 2
0
 public EventInterface(string connectionString)
 {
     LeetRaidsDB = new LeetRaidsDBDataContext(connectionString);
 }
 public RestrictionsInterface(DataAccessLayer.LeetRaidsDBDataContext existingConnection)
 {
     LeetRaidsDB = existingConnection;
 }
Esempio n. 4
0
 public GameInterface(string connectionString)
 {
     LeetRaidsDB = new DataAccessLayer.LeetRaidsDBDataContext(connectionString);
 }
 public CharacterInterface(DataAccessLayer.LeetRaidsDBDataContext existingConnection)
 {
     LeetRaidsDB = existingConnection;
 }