コード例 #1
0
 public ProductMasters LoadProductMasters(ProductMasters obj)
 {
     #region Call API
     obj = WebApiLogic.GetPostComplexTypeToAPI <ProductMasters>(obj, "LoadProductMasters", "Master");
     #endregion
     return(obj);
 }
コード例 #2
0
 public ProductMasters LoadProductMasters(ProductMasters obj)
 {
     ControllerLogic.Common.CommonBusiness objCommonBusiness = new ControllerLogic.Common.CommonBusiness();
     return(objCommonBusiness.LoadProductMasters(obj));
 }
コード例 #3
0
        public ProductMasters LoadProductMasters(ProductMasters obj)
        {
            CommonBusiness objBusiness = new CommonBusiness();

            return(objBusiness.LoadProductMasters(obj));
        }