Exemple #1
0
 /// <summary>
 ///
 /// </summary>
 public EntityMappingController(IMdmService <TContract, TEntity> service, IMdmNotificationService notificationService, IServiceLocator serviceLocator)
     : base(service, serviceLocator)
 {
     this.notificationService = notificationService;
 }