コード例 #1
0
ファイル: Class.cs プロジェクト: jaymehta-12/MobileAPI
 public Class(IMapper mapper, IMobileBL mobileRepoBL)
 {
     _mapper       = mapper;
     _mobileRepoBL = mobileRepoBL;
 }
コード例 #2
0
 public MobileController()
 {
     mobileBL = new MobileBL();
 }