Ejemplo n.º 1
0
 public Dictionary <string, OrderModel> GetUserOrdersList(string owner)
 {
     return(_orderContext.GetUserOrdersList(owner));
 }