Exemplo n.º 1
0
        private static IEventService InitializeTarget(IOnTaskDbContext context, IMapperService mapper)
        {
            IEventService target = new EventService(context, mapper);

            target.AddApplicationUser(User);
            return(target);
        }