コード例 #1
0
        public PGBusinessModel(IPGFactory factory)
        {
            _factory = factory;

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