コード例 #1
0
 public FreeTimeRepository(AppDBContext context)
 {
     this.context = context;
     context.Database.EnsureCreated();
 }