Exemplo n.º 1
0
        public bool Create()
        {
            bool res = false;

            if (!CoachDAL.GetByCC(this))
            {
                res = CoachDAL.Create(this);
            }
            return(res);
        }