예제 #1
0
 public ClientsController(RentaPeli context, IMapper mapper)
 {
     _context    = context;
     this.mapper = mapper;
 }
예제 #2
0
 public Prestamoes1Controller(RentaPeli context, IMapper mapper)
 {
     _context    = context;
     this.mapper = mapper;
 }
예제 #3
0
 public PrestamoesController(RentaPeli context)
 {
     _context = context;
 }