duheng
2025-04-02 af5eeb8797d88e142410a9e82e84291355e7c336
BLL/PBS.BLL.WE/02-httpclient/01-utensil/UtensilMapping.cs
@@ -21,5 +21,10 @@
        {
            throw new NotImplementedException();
        }
        public Task<List<UtensilMappingDto>> GetByUtensilIds(List<long> Ids)
        {
            throw new NotImplementedException();
        }
    }
}