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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user