Skip to content

IFakerScience

baileydauterman edited this page Jan 6, 2025 · 2 revisions
namespace Faker.NET.Interfaces.Modules
{
    public interface IFakerScience
    {
        public string ChemicalElement();
        public string Unit();
    }
}

Clone this wiki locally