mirror of
https://github.com/bitwarden/server
synced 2025-12-26 21:23:39 +00: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