示例#1
0
 public PlanController(IPlanbowUow uow)
 {
     Uow = uow;
 }
 public RestaurantsController(IPlanbowUow uow)
 {
     Uow = uow;
 }
示例#3
0
 public FoursquareController(IPlanbowUow uow)
 {
     Uow = uow;
 }