Exemplo n.º 1
0
        public static FreightMaster GetByName(string FREIGHT)
        {
            FreightMaster obj = new FreightMaster();

            obj.MapData(new FreightMasterDataService().FreightMaster_GetByFreight(FREIGHT));
            return(obj);
        }
Exemplo n.º 2
0
        public static FreightMaster GetById(int FREIGHT_ID)
        {
            FreightMaster obj = new FreightMaster();

            obj.MapData(new FreightMasterDataService().FreightMaster_GetById(FREIGHT_ID));
            return(obj);
        }