public PGBusinessModel(IPGFactory factory)
        {
            _factory = factory;

            _pgDataAccess = _factory.GetPGBusinessDataAccess();
        }
Exemplo n.º 2
0
 public RegisterModel(PayingGuestHouse payingGuest, IPGFactory factory)
 {
 }