Exemplo n.º 1
0
 public Class(IMapper mapper, IMobileBL mobileRepoBL)
 {
     _mapper       = mapper;
     _mobileRepoBL = mobileRepoBL;
 }
 public MobileController()
 {
     mobileBL = new MobileBL();
 }