Beispiel #1
0
 public static int Insert_PI_Head(int?PI_ID, string ForYear, string QtrMonth, DateTime?Effective_From, DateTime?Effective_To, double?SBU_Value, int UserID)
 {
     return(DAL_TMSA_PI.Insert_PI_Head(PI_ID, ForYear, QtrMonth, Effective_From, Effective_To, SBU_Value, UserID));
 }