Exemple #1
0
 public BodegaController(IBodegaService service, IBodegaMap map, IBitacoraMapper bitacoraMap, IUserService userService)
 {
     this.service     = service;
     this.map         = map;
     this.bitacoraMap = bitacoraMap;
     this.userService = userService;
 }