Exemplo n.º 1
0
        public bool CreateAccService(AccServiceContract a)
        {
            var acc = new AccService {
                emailAS = a.emailAS, pwdAS = a.pwdAS, nameAS = a.nameAS
            };

            return(Repositories.CreateAccService(acc));
        }