public static DataSet GetFarmerAddress(string version, int FarmerID) { DataSet ds = new LogData().GetFarmerAddress(version, FarmerID); return(ds); }
public AddtoCartResult AddToCart(BzCartItems obj) { AddtoCartResult objCreateData = new LogData().AddToCart(obj.InType, obj.CartItemId, obj.UserId, obj.BzProductId, obj.Quantity); return(objCreateData); }
public static DataSet GetOrderTracking(string version, int UserId) { DataSet ds = new LogData().GetOrderTracking(version, UserId); return(ds); }
public static DataSet GetSubCategories(string version, int?CategoryId, bool IsActive, string x_StateName, string x_DistrictName) { DataSet ds = new LogData().GetSubCategories(version, CategoryId, IsActive, x_StateName, x_DistrictName); return(ds); }
public static DataSet GetBzPackages(string version, int ProductId) { DataSet ds = new LogData().GetBzPackages(version, ProductId); return(ds); }
public static DataSet GetBzAppProductDetails(string version, int CategoryId, int ProductId, int DistrictId) { DataSet ds = new LogData().GetBzAppProductDetails(version, CategoryId, ProductId, DistrictId); return(ds); }
public static DataSet GetCategoryWiseProduct(string version, int?CategoryId, int?SubCategoryId, int DistrictId, int?BrandId, int PageIndex, int PageSize) { DataSet ds = new LogData().GetCategoryWiseProduct(version, CategoryId, SubCategoryId, DistrictId, BrandId, PageIndex, PageSize); return(ds); }
public static DataSet GetSathiAppProductDetails(string version, int CategoryId, int BzProductId, int PackageId) { DataSet ds = new LogData().GetSathiAppProductDetails(version, CategoryId, BzProductId, PackageId); return(ds); }
public static DataSet GetBzAppProductDetailsNew(string version, int ProductId, int Districtid)// , int PackageId { DataSet ds = new LogData().GetBzAppProductDetailsNew(version, ProductId, Districtid); return(ds); }
public static DataSet GetBZFAQList(string version, string Name) { DataSet ds = new LogData().GetBZFAQList(version, Name); return(ds); }
public static DataSet GetLiveStockAndBread(int LiveStockID, int?BreedId, string version) { DataSet ds = new LogData().GetLiveStockAndBread(LiveStockID, BreedId, version); return(ds); }
public static DataSet GetBZFAQCategoryList(string version) { DataSet ds = new LogData().GetBZFAQCategoryList(version); return(ds); }
public static DataSet BZLeftMenu(string version, string x_StateName, string x_DistrictName) { DataSet ds = new LogData().BZLeftMenu(version, x_StateName, x_DistrictName); return(ds); }
public static DataSet GetBZTips(string version, string SearchCriteria, int MainCategoryId, int Id, string OptionText) { DataSet ds = new LogData().GetBZTips(version, SearchCriteria, MainCategoryId, Id, OptionText); return(ds); }
public static DataSet BZTrendsProducts(string version, string x_StateName, string x_DistrictName) { DataSet ds = new LogData().BZTrendsProducts(version, x_StateName, x_DistrictName); return(ds); }
public static DataSet GetProductsBySearch(string version, string x_StateName, string x_DistrictName, string SearchText) { DataSet ds = new LogData().GetProductsBySearch(version, x_StateName, x_DistrictName, SearchText); return(ds); }
public static DataSet BZCropProducts(int CropID, int StageID, int?DistrictId, string version) { DataSet ds = new LogData().CropProduct(CropID, StageID, DistrictId, version); return(ds); }
public static DataSet GetHumTumOffer(string version, string x_StateName, string x_DistrictName) { DataSet ds = new LogData().GetHumTumOffer(version, x_StateName, x_DistrictName); return(ds); }
public static DataSet GetTodayOfferProducts(string version, int?CategoryId, string x_StateName, string x_DistrictName) { DataSet ds = new LogData().GetTodayOfferProducts(version, CategoryId, x_StateName, x_DistrictName); return(ds); }
public static DataSet GetLiveStock(int LiveStockID, int BreedId, int MilkAmount, string Mode, string version) { DataSet ds = new LogData().GetLiveStock(LiveStockID, BreedId, MilkAmount, Mode, version); return(ds); }
public static DataSet GetCropDetails(string version, int?CategoryId) { DataSet ds = new LogData().GetCropDetails(version, CategoryId); return(ds); }
public static DataSet GetStageAndProducts(int LiveStockID, int?BreedId, int?MilkAmount, int?DistrictId, string version) { DataSet ds = new LogData().GetStageAndProducts(LiveStockID, BreedId, MilkAmount, DistrictId, version); return(ds); }
public static DataSet GetBzWebsiteProducts(string version, int CategoryId) { DataSet ds = new LogData().GetBzWebsiteProducts(version, CategoryId); return(ds); }
public static DataSet AppServices(string Version, string x_StateName, string x_DistrictName) { DataSet ds = new LogData().AppServices(Version, x_StateName, x_DistrictName); return(ds); }
public static DataSet GetBzCategoryForProductDetail(int Id, string Type) { DataSet ds = new LogData().GetBzCategoryForProductDetail(Id, Type); return(ds); }
public static DataSet BZLiveStock(string AppVersion) { DataSet ds = new LogData().GetBZLiveStock(AppVersion); return(ds); }
public static DataSet GetCartItems(string version, string x_StateName, string x_DistrictName, string UserId) { DataSet ds = new LogData().GetCartItems(version, x_StateName, x_DistrictName, UserId); return(ds); }
public static DataSet BZLiveStockBreed(int LiveStockId, string AppVersion) { DataSet ds = new LogData().BZLiveStockBreed(LiveStockId, AppVersion); return(ds); }
public static DataSet GetOrderTrackingStatus(string version, string OrderId) { DataSet ds = new LogData().GetOrderTrackingStatus(version, OrderId); return(ds); }
public static DataSet GetPaymentOption(string version) { DataSet ds = new LogData().GetPaymentOption(version); return(ds); }