Example #1
0
 public ActionBO(Models.PriceCheckerEntities entities)
 {
     arep = new Models.ActionRepository(entities);
 }
Example #2
0
 public ActionBO()
 {
     arep = new Models.ActionRepository();
 }