PIbd-22. Tukhtarov I.N. First lab #1
@ -1,12 +1,7 @@
|
||||
using SoftwareInstallationContracts.Exceptions;
|
||||
using System.Text.RegularExpressions;
|
||||
using SoftwareInstallationContracts.Exceptions;
|
||||
using SoftwareInstallationContracts.Extensions;
|
||||
using SoftwareInstallationContracts.Infrastucture;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.DataModels;
|
||||
|
||||
|
@ -1,13 +1,6 @@
|
||||
using SoftwareInstallationContracts.Exceptions;
|
||||
using SoftwareInstallationContracts.Extensions;
|
||||
using SoftwareInstallationContracts.Infrastucture;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.DataModels;
|
||||
|
||||
|
@ -1,12 +1,6 @@
|
||||
using SoftwareInstallationContracts.Exceptions;
|
||||
using SoftwareInstallationContracts.Extensions;
|
||||
using SoftwareInstallationContracts.Infrastucture;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.DataModels;
|
||||
|
||||
|
@ -1,11 +1,6 @@
|
||||
using SoftwareInstallationContracts.Exceptions;
|
||||
using SoftwareInstallationContracts.Extensions;
|
||||
using SoftwareInstallationContracts.Infrastucture;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.DataModels;
|
||||
|
||||
|
@ -2,11 +2,6 @@
|
||||
using SoftwareInstallationContracts.Exceptions;
|
||||
using SoftwareInstallationContracts.Extensions;
|
||||
using SoftwareInstallationContracts.Infrastucture;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.DataModels;
|
||||
|
||||
|
@ -1,11 +1,6 @@
|
||||
using SoftwareInstallationContracts.Exceptions;
|
||||
using SoftwareInstallationContracts.Extensions;
|
||||
using SoftwareInstallationContracts.Infrastucture;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.DataModels;
|
||||
|
||||
|
@ -2,11 +2,6 @@
|
||||
using SoftwareInstallationContracts.Exceptions;
|
||||
using SoftwareInstallationContracts.Extensions;
|
||||
using SoftwareInstallationContracts.Infrastucture;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.DataModels;
|
||||
|
||||
|
@ -1,12 +1,6 @@
|
||||
using SoftwareInstallationContracts.Exceptions;
|
||||
using SoftwareInstallationContracts.Extensions;
|
||||
using SoftwareInstallationContracts.Infrastucture;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.DataModels;
|
||||
|
||||
|
@ -1,12 +1,6 @@
|
||||
using SoftwareInstallationContracts.Exceptions;
|
||||
using SoftwareInstallationContracts.Extensions;
|
||||
using SoftwareInstallationContracts.Infrastucture;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.DataModels;
|
||||
|
||||
|
@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.Enums;
|
||||
namespace SoftwareInstallationContracts.Enums;
|
||||
|
||||
public enum PostType
|
||||
{
|
||||
|
@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.Enums;
|
||||
namespace SoftwareInstallationContracts.Enums;
|
||||
|
||||
public enum SoftwareType
|
||||
{
|
||||
|
@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.Exceptions;
|
||||
namespace SoftwareInstallationContracts.Exceptions;
|
||||
|
||||
public class ValidationFieldException(String message) : Exception(message)
|
||||
{
|
||||
|
@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.Extensions;
|
||||
namespace SoftwareInstallationContracts.Extensions;
|
||||
|
||||
public static class StringExceptions
|
||||
{
|
||||
|
@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SoftwareInstallationContracts.Infrastucture;
|
||||
namespace SoftwareInstallationContracts.Infrastucture;
|
||||
|
||||
public interface IValidation
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user