예제 #1
0
        public Bono AddBono(Bono bono)
        {
            InflateNewBono(bono);
            bonoRepo.Insert(bono);
            bonoRepo.Save();

            return(bono);
        }