Cambiata visualizzazione calendario e aggiunto formAttività
This commit is contained in:
@@ -9,7 +9,7 @@ public static class ActivityCategoryHelper
|
||||
return activityType switch
|
||||
{
|
||||
ActivityCategoryEnum.Memo => "memo",
|
||||
ActivityCategoryEnum.Interna => "inerna",
|
||||
ActivityCategoryEnum.Interna => "interna",
|
||||
ActivityCategoryEnum.Commessa => "commessa",
|
||||
_ => throw new ArgumentOutOfRangeException(nameof(activityType), activityType, null)
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.Collections;
|
||||
|
||||
namespace ConSegna.Shared.Core.Helpers;
|
||||
namespace Template.Shared.Core.Helpers;
|
||||
|
||||
public static class ObjectExtensions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user