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