1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05: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
{
}
}