示例#1
0
 public ActorServices([Named(ContextualBinding.OcineDb)] IUnitOfWork work, IAutoMapperConfig mapperConfig) : base(work, mapperConfig)
 {
     mapperConfig.AutoMapperConfigure <AutoMapperProfile>();
 }
示例#2
0
 public CinemaServices(IUnitOfWork work, IAutoMapperConfig mapperConfig) : base(work, mapperConfig)
 {
     mapperConfig.AutoMapperConfigure <AutoMapperProfile>();
 }