Esempio n. 1
0
 public MapperPECMailEntity()
 {
     _mapperLocation          = new MapperLocationEntity();
     _mapperPECMailBox        = new MapperPECMailBoxEntity();
     _mapperPECMailAttachment = new MapperPECMailAttachment();
     _mapperDocumentUnit      = new MapperDocumentUnit();
 }
 public MapperPECMailBoxEntity()
 {
     _mapperLocation = new MapperLocationEntity();
 }