Ejemplo n.º 1
0
        public static PaymentMaster GetByUser_Name(string User_Name)
        {
            PaymentMaster obj = new PaymentMaster();

            obj.MapData(new PaymentMasterDataSevice().PaymentMasterGetByUser_Name(User_Name));
            return(obj);
        }
Ejemplo n.º 2
0
        public static PaymentMaster GetByPaymemt_ID(int Paymemt_ID)
        {
            PaymentMaster obj = new PaymentMaster();

            obj.MapData(new PaymentMasterDataSevice().PaymentMasterGetByPaymemt_ID(Paymemt_ID));
            return(obj);
        }