コード例 #1
0
ファイル: FlatTypeBL.cs プロジェクト: SDivyaprabha/CRM1
 public static DataTable GetFlatTypeRateHistory(int argProjId, string argDate, string argType)
 {
     return(FlatTypeDL.GetFlatTypeRateHistory(argProjId, argDate, argType));
 }