示例#1
0
 public DataTable GetProductDetails()
 {
     return(Settings_DL.GetProductDetails());
 }
示例#2
0
 public DataTable GetStandardProductDetails(string productID, string Year)
 {
     return(Settings_DL.GetStandardProductDetails(productID, Year));
 }
示例#3
0
 public DataTable GetStandDetails(string ProductID)
 {
     return(Settings_DL.GetStandDetails(ProductID));
 }
示例#4
0
 public DataTable GetStandDetails(int StandID)
 {
     return(Settings_DL.GetStandDetails(StandID));
 }
示例#5
0
 public DataTable GetMentholPerDetails(string PerID)
 {
     return(Settings_DL.GetMentholPerDetails(PerID));
 }
示例#6
0
 public DataTable GetMentholPerDetails(int ProductID)
 {
     return(Settings_DL.GetMentholPerDetails(ProductID));
 }
示例#7
0
 public DataTable GetStandDetails()
 {
     return(Settings_DL.GetStandDetails());
 }
示例#8
0
 public DataTable GetMentholPerDetails()
 {
     return(Settings_DL.GetMentholPerDetails());
 }
示例#9
0
 public bool MentholPercentageDetailsINS(int PerID, int Year, int ProductID, decimal Percentage, string CreatedBy, string ModifiedBy, int TypeOfOperation)
 {
     return(Settings_DL.MentholPercentageDetailsINS(PerID, Year, ProductID, Percentage, CreatedBy, ModifiedBy, TypeOfOperation));
 }
示例#10
0
 public bool StandDetails_INSandUPDandDEL(int StandID, int Year, int ProductID, DateTime Date, string CreatedBy, string ModifiedBy, int TypeOfOperation)
 {
     return(Settings_DL.StandDetails_INSandUPDandDEL(StandID, Year, ProductID, Date, CreatedBy, ModifiedBy, TypeOfOperation));
 }
示例#11
0
 public DataTable GetProductionYear(DateTime Date)
 {
     return(Settings_DL.GetProductionYear(Date));
 }
示例#12
0
 public DataTable GetLotYear(DateTime Date)
 {
     return(Settings_DL.GetLotYear(Date));
 }
示例#13
0
 public DataTable GetFinicalYear()
 {
     return(Settings_DL.GetFinicalYear());
 }