Mit der EntityFactory kann man schnell und einfach auf Objekte in einer Entität zugreifen:
IAccount account = Sage.Platform.EntityFactory.GetRepository<IAccount>().Get(id) as IAccount;
open your mind for customer relationship management
Mit der EntityFactory kann man schnell und einfach auf Objekte in einer Entität zugreifen:
IAccount account = Sage.Platform.EntityFactory.GetRepository<IAccount>().Get(id) as IAccount;