Exemplo n.º 1
0
 public void RiealtorAgencyTEST_Initialize()
 {
     riealtorAgency = new RiealtorAgencyDB();
 }
Exemplo n.º 2
0
 //Методы
 public DataBaseWorker(string connectionStr, RiealtorAgencyDB rA)
 {
     connectStr = connectionStr;
     agency     = rA;
 }
Exemplo n.º 3
0
 //Методы
 public MngrClient(RiealtorAgencyDB agency)
 {
     clientList  = new List <Clientas>();
     this.agency = agency;
 }