Пример #1
0
 public EventInterface(LeetRaidsDBDataContext existingConnection)
 {
     LeetRaidsDB = existingConnection;
 }
Пример #2
0
 public EventInterface(string connectionString)
 {
     LeetRaidsDB = new LeetRaidsDBDataContext(connectionString);
 }
 public RestrictionsInterface(DataAccessLayer.LeetRaidsDBDataContext existingConnection)
 {
     LeetRaidsDB = existingConnection;
 }
Пример #4
0
 public GameInterface(string connectionString)
 {
     LeetRaidsDB = new DataAccessLayer.LeetRaidsDBDataContext(connectionString);
 }
Пример #5
0
 public CharacterInterface(DataAccessLayer.LeetRaidsDBDataContext existingConnection)
 {
     LeetRaidsDB = existingConnection;
 }