spartaxx.businessmodels 1.0.117 → 1.0.118
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,8 @@
|
|
1
1
|
import { DocumentType } from "./DocumentType";
|
2
2
|
import { DocumentInfo } from "./DocumentInfo";
|
3
|
+
import { LookupMaster } from "Masters/LookupMaster";
|
4
|
+
import { MarketingDocumentsLookupMaster } from "./MarketingDocumentsLookupMaster";
|
3
5
|
|
4
6
|
export {
|
5
|
-
DocumentType, DocumentInfo
|
7
|
+
DocumentType, DocumentInfo, LookupMaster, MarketingDocumentsLookupMaster
|
6
8
|
};
|