forked from ddrilling/AsbCloudServer
Changed namespace name of renamed 'DemoData' project
This commit is contained in:
parent
bc78d4cd1e
commit
ff1a75858b
@ -7,7 +7,7 @@ using System.Text;
|
||||
using System.Text.Json;
|
||||
using AsbCloudApp.Data;
|
||||
|
||||
namespace AsbCloudDbDemoData
|
||||
namespace AsbCloudDevOperations
|
||||
{
|
||||
public class ControllerLoadTester
|
||||
{
|
||||
|
@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace AsbCloudDbDemoData
|
||||
namespace AsbCloudDevOperations
|
||||
{
|
||||
public static class DbDemoDataFiller
|
||||
{
|
||||
|
@ -4,7 +4,7 @@ using System;
|
||||
using System.Threading.Tasks;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace AsbCloudDbDemoData
|
||||
namespace AsbCloudDevOperations
|
||||
{
|
||||
class Program
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user