1
0
mirror of https://github.com/bitwarden/server synced 2025-12-18 09:13:19 +00:00

Switch naming convention

This commit is contained in:
Justin Baur
2021-11-18 09:30:10 -05:00
parent da80a16b9f
commit b46b378ebb

View File

@@ -0,0 +1,7 @@
namespace Bit.Core.Models.Mail.FamiliesForEnterprise
{
public class FamiliesForEnterpriseRedeemedToEnterpriseUserViewModel : BaseMailModel
{
}
}