Beispiel #1
0
        public IFormatManagementService GetFormatManagementService()
        {
            FormatManagementService formatService = new FormatManagementService()
            {
                FormatRepository = repositoryHandler.GetFormatsRepository()
            };

            return(formatService);
        }