public UserController( IAgroBarnSupervisor agroBarnSupervisor, IMapper mapper ) { _agroBarnSupervisor = agroBarnSupervisor; _mapper = mapper; }
public BreedController( IMapper mapper, IAgroBarnSupervisor agroBarnSupervisor ) { _mapper = mapper; _agroBarnSupervisor = agroBarnSupervisor; }
public MessageController( IMapper mapper, IAgroBarnSupervisor agroBarnSupervisor ) { _mapper = mapper; _agroBarnSupervisor = agroBarnSupervisor; }