Exemple #1
0
 public ProductService()
 {
     AutoMapperBootStrapper.ConfigurationMapper();
 }
Exemple #2
0
 public void Init()
 {
     AutoMapperBootStrapper.ConfigurationMapper();
     _service = new ProductInfoService();
 }