Ejemplo n.º 1
0
 public UserService(RTSystemsContext systemContext)
 {
     _RTSystemContext = systemContext;
 }
Ejemplo n.º 2
0
 public SellerBidService(RTSystemsContext systemsContext)
 {
     _RTSystemContext = systemsContext;
 }