Example #1
0
 public UserService(RTSystemsContext systemContext)
 {
     _RTSystemContext = systemContext;
 }
Example #2
0
 public SellerBidService(RTSystemsContext systemsContext)
 {
     _RTSystemContext = systemsContext;
 }