BeWoWebApi:

BeWoWebApi für den neuen Mobilklient

BeWoPlanerMobil:
.NET Version auf 4.7.2 gesetzt.
GetState im Mobilklienten
Abwesenheiten im Mobilklienten auskommentiert
This commit is contained in:
Lyndon Jetten
2020-01-15 16:14:39 +01:00
parent 6d4352bed8
commit c6282ec1a9
137 changed files with 39028 additions and 185 deletions

View File

@@ -8,7 +8,7 @@ using BS.Shared.DataContracts;
namespace BeWoPlanerMobil.Controllers
{
public abstract class AbstractBaseController : Controller
{
{
protected readonly ICustomerService CustomerService = new MobileSessionFacade().CustomerService;
protected readonly IOperationsService OperationsService = new MobileSessionFacade().OperationsService;
protected readonly IEmployeeService EmployeeService = new MobileSessionFacade().EmployeeService;
@@ -18,7 +18,7 @@ namespace BeWoPlanerMobil.Controllers
protected readonly IUserService UserService = new MobileSessionFacade().UserService;
protected const string _LeerzeichenFuerGetMethoden = " ";
protected static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
protected static readonly log4net.ILog Log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
protected ActionResult Logout()
{