MoK:
Medikamentenlistenansicht ausgeblendet, wenn man nicht im Debug-Modus ist 5- und 7-tägige Ansicht implementiert Fat-Client: Das Ändern von Zeitelementen von Serienterminen ist nun möglich und es werden dabei auch keine Ausnahmen gelöscht.
This commit is contained in:
@@ -13,14 +13,14 @@ namespace BeWoPlanerMobil.Controllers
|
||||
{
|
||||
public abstract class AbstractBaseController : Controller
|
||||
{
|
||||
protected readonly ICustomerService CustomerService = new MobileSessionFacade().CustomerService;
|
||||
protected readonly ICustomerService CustomerService = new MobileSessionFacade().CustomerService;
|
||||
protected readonly IOperationsService OperationsService = new MobileSessionFacade().OperationsService;
|
||||
protected readonly IEmployeeService EmployeeService = new MobileSessionFacade().EmployeeService;
|
||||
protected readonly IValueListService ValueListService = new MobileSessionFacade().ValueListService;
|
||||
protected readonly IResourceService KalenderService = new MobileSessionFacade().ResourceService;
|
||||
protected readonly IUserService UserService = new MobileSessionFacade().UserService;
|
||||
protected readonly IReportService ReportService = new MobileSessionFacade().ReportService;
|
||||
protected readonly IDownloadService DownloadService = new MobileSessionFacade().DownloadService;
|
||||
protected readonly IEmployeeService EmployeeService = new MobileSessionFacade().EmployeeService;
|
||||
protected readonly IValueListService ValueListService = new MobileSessionFacade().ValueListService;
|
||||
protected readonly IResourceService KalenderService = new MobileSessionFacade().ResourceService;
|
||||
protected readonly IUserService UserService = new MobileSessionFacade().UserService;
|
||||
protected readonly IDownloadService DownloadService = new MobileSessionFacade().DownloadService;
|
||||
protected readonly IReportService ReportService = new MobileSessionFacade().ReportService;
|
||||
|
||||
protected const string _LeerzeichenFuerGetMethoden = " ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user