Ejemplo n.º 1
0
        private static IEventGroupService InitializeTarget(IOnTaskDbContext context, IMapperService mapper)
        {
            IEventGroupService target = new EventGroupService(context, mapper);

            target.AddApplicationUser(User);
            return(target);
        }
Ejemplo n.º 2
0
 public EventGroupsController(EventGroupService egs)
 {
     _eGroupService = egs;
 }