Esempio n. 1
0
 public DistributionsServices(EnetContext context) : base(context)
 {
 }
Esempio n. 2
0
 public MedicinesServices(EnetContext context)
     : base(context)
 {
 }
 public PackageTransactionsServices(EnetContext context)
     : base(context)
 {
 }
Esempio n. 4
0
 public BaseService()
 {
     Context = new EnetContext();
 }
Esempio n. 5
0
 public MedicinesServices(EnetContext context)
     : base(context)
 {
 }
 public DistributionCentersServices(EnetContext context)
     : base(context)
 {
 }
Esempio n. 7
0
 public BaseService(EnetContext context)
 {
     this.Context = context;
 }
Esempio n. 8
0
 public PackagesServices(EnetContext context)
     : base(context)
 {
 }
Esempio n. 9
0
 public PackagesServices(EnetContext context) : base(context)
 {
 }
Esempio n. 10
0
 public UserServices(EnetContext context)
     : base(context)
 {
 }
 public PackageTransactionsServices(EnetContext context)
     : base(context)
 {
 }
Esempio n. 12
0
 public BaseService(EnetContext context)
 {
     this.Context = context;
 }
Esempio n. 13
0
 public BaseService()
 {
     Context = new EnetContext();
 }
Esempio n. 14
0
 public UserServices(EnetContext context) : base(context)
 {
 }