mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
[AC-2972] AC Team ownership: Events (2/2) (#4675)
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
using AutoMapper;
|
||||
|
||||
namespace Bit.Infrastructure.EntityFramework.Models;
|
||||
|
||||
public class Event : Core.Entities.Event
|
||||
{
|
||||
}
|
||||
|
||||
public class EventMapperProfile : Profile
|
||||
{
|
||||
public EventMapperProfile()
|
||||
{
|
||||
CreateMap<Core.Entities.Event, Event>().ReverseMap();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user