refabrique des commandes
This commit is contained in:
parent
45ead1cab7
commit
6bf8c8da65
38 changed files with 2479 additions and 257 deletions
|
|
@ -1,11 +1,14 @@
|
|||
@using Yavsc
|
||||
@using Yavsc.Models
|
||||
@using Yavsc.Models.Google
|
||||
@using Yavsc.Models.Booking
|
||||
@using Yavsc.ViewModels.Account
|
||||
@using Yavsc.ViewModels.Manage
|
||||
@using Yavsc;
|
||||
@using Yavsc.Models;
|
||||
@using Yavsc.Models.Google;
|
||||
@using Yavsc.Models.Booking;
|
||||
@using Yavsc.Models.Market;
|
||||
@using Yavsc.Models.Billing;
|
||||
@using Yavsc.Models.Workflow;
|
||||
@using Yavsc.ViewModels.Account;
|
||||
@using Yavsc.ViewModels.Manage;
|
||||
@using Yavsc.ViewModels.Calendar;
|
||||
@using Microsoft.AspNet.Identity
|
||||
@using Microsoft.AspNet.Identity;
|
||||
@using Microsoft.AspNet.Mvc;
|
||||
@using Microsoft.Extensions.Localization;
|
||||
@using Microsoft.AspNet.Mvc.Localization;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue