Model.Correspondance.Correspondance C# (CSharp) Method

Correspondance() public method

public Correspondance ( string pName, string pType ) : System
pName string
pType string
return System
        public Correspondance(string pName, string pType)
        {

        }
    }
Correspondance