Exemplo n.º 1
0
 public DeliveryTypesController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 2
0
 public StatisticsController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 3
0
 public PrintColorsController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 4
0
 public HomeController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 5
0
 public ProductsController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 6
0
 public ToDoesController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 7
0
 public PaymentTypesController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 8
0
 public PaperWeightsController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 9
0
 public OrdersController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 10
0
 public UserPolicy(PrintoContextDB _context, HttpContext _session, RouteData _routeData)
 {
     context    = _context;
     userId     = Convert.ToInt32(_session.Session.GetString("UserID"));
     userTypeId = Convert.ToInt32(_session.Session.GetString("UserTypeID"));
 }
Exemplo n.º 11
0
 public VatRatesController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 12
0
 public ClientsController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 13
0
 public PostPressesController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 14
0
 public FinishingsController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 15
0
 public LoginController(PrintoContextDB context)
 {
     _context = context;
 }
Exemplo n.º 16
0
 public SheetSizesController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 17
0
 public UserTypesController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 18
0
 public MachinesController(PrintoContextDB context) : base(context)
 {
 }
Exemplo n.º 19
0
 public AbstractPolicyController(PrintoContextDB context)
 {
     _context = context;
 }
Exemplo n.º 20
0
 public FormatsController(PrintoContextDB context) : base(context)
 {
 }