Ignore:
Timestamp:
07/06/22 13:13:35 (2 years ago)
Author:
Danilo <danilo.najkov@…>
Branches:
master
Children:
899b19d
Parents:
d76b7ee
Message:

reservation module changes + contact module + menu module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resTools_backend/backend/Program.cs

    rd76b7ee rcc4db18  
    4646builder.Services.AddScoped<IRestaurantService, RestaurantService>();
    4747builder.Services.AddScoped<IReservationService, ReservationService>();
     48builder.Services.AddScoped<IMenuService, MenuService>();
    4849builder.Services.AddScoped<ISmsService, SmsService>();
    4950
Note: See TracChangeset for help on using the changeset viewer.