FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
13 lines
269 B
C#
13 lines
269 B
C#
using System.Web.Optimization;
|
|
|
|
namespace BeWoPlanerMobil
|
|
{
|
|
public class BundleConfig
|
|
{
|
|
// For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254725
|
|
public static void RegisterBundles(BundleCollection bundles)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |