public PGBusinessModel(IPGFactory factory)
        {
            _factory = factory;

            _pgDataAccess = _factory.GetPGBusinessDataAccess();
        }
Beispiel #2
0
 public RegisterModel(PayingGuestHouse payingGuest, IPGFactory factory)
 {
 }