using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RemitInboundAPI.Repository { public class Enums { public enum MasterData { All, sourceOfFund, purposeOfRemittance, idType, relationship, occupation, country, paymentType } } }