Example #1
0
 public RestaurantBusinessObject(IRestaurantUnitOfWork unitofwork)
 {
     UnitOfWork = unitofwork;
 }
 public RestaurantController(IRestaurantUnitOfWork unit) => data = unit;