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