Ejemplo n.º 1
0
        public ChequeNew Create()
        {
            ChequeNew cheque = new ChequeNew();

            chequeRepo.Save(cheque);
            return(cheque);
        }