コード例 #1
0
ファイル: ConfigService.cs プロジェクト: thinhbv/hoitamly
 public static bool Config_Insert(Config data)
 {
     return(db.Config_Insert(data));
 }