Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
using System.Data;
using Bit.Core.Entities;
namespace Bit.Core.Models.Data
{
public class GroupWithCollections : Group
public DataTable Collections { get; set; }
}