Esempio n. 1
0
        public BagtotheFutureSnsUserController(IBagtotheFutureService service, ICommonProvider common)
        {
            this.service = service;
            this.common  = common;

            mapperConfig = new MapperConfiguration(config => {
                config.CreateMap <BagtotheFutureSnsUserModel, BagtotheFutureSnsUser>();
            });
        }
Esempio n. 2
0
 public AdminBagToTheFutureController(IBagtotheFutureService service, ICommonProvider common)
 {
     this.service = service;
     this.common  = common;
 }