| | |
| | | |
| | | int qty = listContainer.FindAll(r => r.containerdtl_text3 == "åæ ¼").Count(); |
| | | int unqty = listContainer.FindAll(r => r.containerdtl_text3 == "ä¸åæ ¼").Count(); |
| | | int wiatqty = listContainer.FindAll(r => string.IsNullOrEmpty(r.containerdtl_text3)).Count(); |
| | | //int wiatqty = listContainer.FindAll(r => string.IsNullOrEmpty(r.containerdtl_text3)).Count();// |
| | | int wiatqty = listContainer.FindAll(r => r.containerdtl_text1 == "æªæµé").Count(); |
| | | |
| | | List<int> containerTotol = new List<int>() { unqty, qty, wiatqty, listContainer.Count() }; |
| | | content.OK(data: new |
| | | { |