public PGBusinessModel(IPGFactory factory)
        {
            _factory = factory;

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