public DeliveryTypesController(PrintoContextDB context) : base(context) { }
public StatisticsController(PrintoContextDB context) : base(context) { }
public PrintColorsController(PrintoContextDB context) : base(context) { }
public HomeController(PrintoContextDB context) : base(context) { }
public ProductsController(PrintoContextDB context) : base(context) { }
public ToDoesController(PrintoContextDB context) : base(context) { }
public PaymentTypesController(PrintoContextDB context) : base(context) { }
public PaperWeightsController(PrintoContextDB context) : base(context) { }
public OrdersController(PrintoContextDB context) : base(context) { }
public UserPolicy(PrintoContextDB _context, HttpContext _session, RouteData _routeData) { context = _context; userId = Convert.ToInt32(_session.Session.GetString("UserID")); userTypeId = Convert.ToInt32(_session.Session.GetString("UserTypeID")); }
public VatRatesController(PrintoContextDB context) : base(context) { }
public ClientsController(PrintoContextDB context) : base(context) { }
public PostPressesController(PrintoContextDB context) : base(context) { }
public FinishingsController(PrintoContextDB context) : base(context) { }
public LoginController(PrintoContextDB context) { _context = context; }
public SheetSizesController(PrintoContextDB context) : base(context) { }
public UserTypesController(PrintoContextDB context) : base(context) { }
public MachinesController(PrintoContextDB context) : base(context) { }
public AbstractPolicyController(PrintoContextDB context) { _context = context; }
public FormatsController(PrintoContextDB context) : base(context) { }