using clauses cleanup

This commit is contained in:
Paul Schneider 2026-08-22 03:34:48 +01:00
commit b679707b83
292 changed files with 91 additions and 685 deletions

View file

@ -1,12 +1,10 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace Yavsc.Models.Payment {
namespace Yavsc.Models.Payment
{
using Yavsc;
using Relationship;
using Yavsc.Attributes.Validation;
public class PayPalPayment : ITrackedEntity
{