Пример #1
0
 public int GetProductCountWithStatus(int userId, List <int> status)
 {
     return(orderDataAccess.GetProductCountWithStatus(userId, status));
 }