Oda.Mapper.Mapper C# (CSharp) Method

Mapper() public method

Initializes a new instance of the Mapper class.
public Mapper ( ) : System
return System
        public Mapper()
        {
            Files = new List<UploadedFile>();
        }
Mapper