コード例 #1
0
        public List <ActivityPayment> GetAllActivityPayments()
        {
            ActivityPaymentAccess context = new ActivityPaymentAccess();

            return(context.GetAll());
        }