Changed namespace name of renamed 'DemoData' project

This commit is contained in:
KharchenkoVV 2021-09-28 18:02:12 +05:00
parent bc78d4cd1e
commit ff1a75858b
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ using System.Text;
using System.Text.Json;
using AsbCloudApp.Data;
namespace AsbCloudDbDemoData
namespace AsbCloudDevOperations
{
public class ControllerLoadTester
{

View File

@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
namespace AsbCloudDbDemoData
namespace AsbCloudDevOperations
{
public static class DbDemoDataFiller
{

View File

@ -4,7 +4,7 @@ using System;
using System.Threading.Tasks;
using System.Collections.Generic;
namespace AsbCloudDbDemoData
namespace AsbCloudDevOperations
{
class Program
{