コード例 #1
0
        private static IEventGroupService InitializeTarget(IOnTaskDbContext context, IMapperService mapper)
        {
            IEventGroupService target = new EventGroupService(context, mapper);

            target.AddApplicationUser(User);
            return(target);
        }
コード例 #2
0
 public EventGroupsController(EventGroupService egs)
 {
     _eGroupService = egs;
 }