DRMFSS.BLL.ReceiptAllocation.ReceiptAllocation C# (CSharp) Méthode

ReceiptAllocation() public méthode

public ReceiptAllocation ( ) : System
Résultat System
        public ReceiptAllocation()
        {
            this.Receives = new List<Receive>();
        }