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