Beispiel #1
0
        public ContentResult apply(int eventId)
        {
            string msg  = string.Empty;
            var    flag = _refereeSignUpService.Apply(eventId, UserContext.WebUserContext.Id, out msg);

            return(Result <string>(flag, msg));
        }
        public void Apply()
        {
            string msg = string.Empty;

            service.Apply(2, 11, out msg);
        }