You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LuUtilsPartialContext.cs 221B

1234567891011
  1. using System;
  2. using Microsoft.EntityFrameworkCore;
  3. using Luticate2.Auth.DataAccess.Models;
  4. using Test.Utils.DataAccess.Models;
  5. namespace Test.Utils.DataAccess
  6. {
  7. public partial class LuUtilsDbContext
  8. {
  9. }
  10. }