Beispiel #1
0
 public static void INSERT_PI_Detail(int Detail_ID, double?Value, DataTable @dtPIDetails, int?PI_ID, string ForYear, string QtrMonth, DateTime?Effective_From, DateTime?Effective_To, double?SBU_Value, int UserID, ref int IsExist)
 {
     DAL_TMSA_PI.INSERT_PI_Detail(Detail_ID, Value, @dtPIDetails, PI_ID, ForYear, QtrMonth, Effective_From, Effective_To, SBU_Value, UserID, ref IsExist);
 }