Beispiel #1
0
 public TradeService(TradeBookContext context) : base(context)
 {
 }
 public DatabaseServices(TradeBookContext context)
 {
     Context = context;
 }
Beispiel #3
0
 public TradeCategoriesService(TradeBookContext context) : base(context)
 {
 }