genDomainModelAppLibrary function

void genDomainModelAppLibrary(
  1. File file
)

Implementation

void genDomainModelAppLibrary(File file) {
  addText(file, genEDNetLibraryApp(ednetCoreModel));
}