text
stringlengths
13
6.01M
using System; using System.Linq.Expressions; using cyrka.api.common.queries; using cyrka.api.domain.jobs.commands; using cyrka.api.domain.jobs.commands.change; using cyrka.api.domain.jobs.commands.register; namespace cyrka.api.domain.jobs.queries { public class JobTypePlainRegistrator { public void RegisterIn(Quer...
using System; using System.Collections.Generic; using System.Data.Entity; using System.Data.Entity.Core.Objects; using System.Data.Entity.Infrastructure; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using IMP.Core; using NUnit.Framework; namespace Imp.Data.Tests { [TestFixt...
using Microsoft.AspNetCore.Http; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace KemengSoft.UTILS.RemoteDebug { public class OpenRemoteDebugMiddleware { private readonly RequestDelegat...
namespace TPMDocs.Models { using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity.Spatial; [Table("spravoh.Справочник клиентов_жд")] public partial class Справочник_клиентов_жд...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayAnimation : MonoBehaviour { private Animator anim; public GameObject hallwayCollider; public bool check = false; // Start is called before the first frame update void Start() { ...
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Parking_Lot_Project { class Work { #region singleton public static volatile Work instance; ...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Data.SqlClient; using System.IO; using System.Linq; using System.Text; using AutoMapper; using Castle.Services.Transaction; using com.Sconit.Entity; using com.Sconit.Entity.ACC; using com.Sconit.E...
using Tomelt.Core.Common.Settings; namespace Tomelt.Core.Common.ViewModels { public class TextFieldSettingsEventsViewModel { public TextFieldSettings Settings { get; set; } } }
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; /// <summary> /// Author: Nathan Hales /// Tracks and stored data for the players inventory. /// adds store fuctionality, and calls the game manager when the player disres to change to another scene. /// </summary> ...
using System; using System.Collections.Generic; using System.IO; using System.Reflection; namespace Juicy { public class ResourceFinder { public ResourceFinder(Type typeInResourceNamespace) : this(typeInResourceNamespace.Assembly, typeInResourceNamespace.Namespace) { } public ResourceFin...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class GameController : MonoBehaviour { public int CarNumber = 1; public GameObject PrefabCar; public Transform Finish; public Slider mutationRate; public Slider mutationAmplitude; public...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; usin...
namespace Template { using System; public class BracketsNotCorrespondsException : FormatException { } }
namespace ForumSystem.Services.Data { using System.Threading.Tasks; using ForumSystem.Data.Models; using Microsoft.AspNetCore.Http; public interface IUsersService { Task<string> ChangeUsername(string username, ApplicationUser user); Task<string> UploadProfileImage(IFormFile image...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace Entities.Models { [Table("Runsheet")] public class Runsheet { [Key] ...
 using UnityEngine; public class LayerManager : ManagerTemplateBase<LayerManager> { public static int InvisibleLayer{ private set; get; } public static int UILayer { private set; get; } public static int DefaultLayer { private set; get; } protected override void InitManager() { Invisi...
//----------------------------------------------------------------------- // <copyright file="PeopleManager.cs" company="FH WN"> // Copyright (c) Thomas Horvath. All rights reserved. // </copyright> // <summary>This file contains the Menu logic.</summary> //---------------------------------------------------------...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MetaDslx.Core { [AttributeUsage(AttributeTargets.Field, AllowMultiple = true, Inherited = false)] public class OppositeAttribute : Attribute { public OppositeAttribute(Type declaringType, stri...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using Inventor; using Autodesk.DesignScript.Geometry; using Autodesk.DesignScript.Interfaces; using Autodesk.DesignScript.Runtime; using Dynamo.Models; using Dynamo.Utilities; using InventorLibrary.Geomet...
using dropkick.Tasks; using dropkick.Tasks.Files; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace dropkick.Configuration.Dsl.Files { public class OpenFolderShareAuthenticationProtoTask : BaseProtoTask { private readonly string _folderName; ...
// Copyright 2013-2016 Serilog Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
//using Manor.ConnectionStrings; //using Manor.ConnectionStrings.DbTypes; using System.Collections.Generic; using NHibernate.Connection; using Environment = NHibernate.Cfg.Environment; namespace Core.DbModel.Infrastructure { public class CustomConnectionProvider : DriverConnectionProvider { ...
// ReSharper disable InconsistentNaming namespace Properties.Infrastructure.Zoopla.Objects { public class ZrtdfSummaryListing { public string listing_reference { get; set; } public string listing_etag { get; set; } public string url { get; set; } } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lesson6 { public static class MathHelper { public static double sum; public static double FindMinValue(double[] input) { double minValue = input[0]; ...
using LoowooTech.Stock.ArcGISTool; using LoowooTech.Stock.Models; using LoowooTech.Stock.Tool; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LoowooTech.Stock.Rules { public class ValueBaseRule:IRule { protected const strin...
using DesignPatternsApp.Models; using System; using System.Collections.Generic; using System.Text; namespace DesignPatternsApp.Tracking { public class Customers : ICustomer { private UserModel userModel; public Restaurant Restaurant { get; set; } public Customers(UserModel userModel) ...
namespace CustomerApp { using System; public static class StringExtensions { public static (bool parsed, T result) TryParse<T>(this string status) where T : struct, Enum { return (Enum.TryParse<T>(status, true, out var newStatus), newStatus); } } }
using JetBrains.ReSharper.Psi.Tree; using JetBrains.ReSharper.Psi; using JetBrains.ReSharper.HeapView.Highlightings; using JetBrains.ReSharper.Psi.CSharp.Tree; #if RESHARPER8 using JetBrains.ReSharper.Daemon.CSharp.Stages; using JetBrains.ReSharper.Daemon.Stages.Dispatcher; using JetBrains.ReSharper.Daemon.Stages; #el...
using fNbt; using UnityEngine; public class EntityItem : EntityBase { [SerializeField] private SpriteRenderer sr = null; [SerializeField] private Vector2 spriteRndShift = new Vector2(0.1f, 0.1f); public Item item { get; private set; } public override void initialize(World world, int id) { ...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Machine : Interactable { public Computer computer; CameraMove cameraMove; private void Start() { cameraMove = GameObject.Find("Camera Arm").GetComponent<CameraMove>(); } public override void ...
namespace gView.Framework.system { static public class ContextVariables { static public bool UseMetrics = false; } }
using System; using System.Collections.Generic; namespace FootballТeamGenerator { class Program { static void Main(string[] args) { var command = Console.ReadLine(); var teams = new List<Team>(); while (command != "END") { var com...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Salle.View { internal interface IView { void initialiserComposant(); void update(); } }
using lsc.Dal; using lsc.Model; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace lsc.Bll { /// <summary> /// 回款记录相关操作 /// </summary> public class ReceivedPaymentsLogBll { public async Task<int> AddAsync(ReceivedPaymentsLog log) ...
namespace PizzaMore.Services { using System.Linq; using BindingModels; using Data; using Models; using SimpleHttpServer.Models; public class SignInServices { public void SignIn(SignInBindingModel model, HttpSession session) { using (var context = Data.Context) ...
 using System.ComponentModel.DataAnnotations; using System.Linq; using SantaWorkshop.Models.Dwarfs.Contracts; using SantaWorkshop.Models.Presents.Contracts; using SantaWorkshop.Models.Workshops.Contracts; namespace SantaWorkshop.Models.Workshops { public class Workshop : IWorkshop { public void Craft(...
using System; using System.Text; namespace ProblemSolving { // link:https://devskill.com/CodingProblems/ViewProblem/22 class ProblemFour { static void Main(string[] args) { var loop = Convert.ToInt32(Console.ReadLine()); for (int i = 0; i < loop; i++) {...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WindowsFormsApp4.MySqlConnect { /// <summary> /// получаем конект с БД /// </summary> public static class GetConnect { public static MySqlEntety GetMySqlEntety...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Xml.Serialization; namespace Familnyi.Model.PaymentMessage { public enum PaymentResponseType { SenderAccountResponse = 112, SenderAccountAcceptResponse = 114, ReturnOperat...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using FtpProxy.Connections; using FtpProxy.Core.Factory; using FtpProxy.Core.Helpers; using FtpProxy.Entity; namespace FtpProxy.Core.Commands { public class ActiveDataConnectionCommand : Command { private reado...
using System; namespace Attackers { public class EventLogger : Logger { public override void Handle(LogType logType, string msg) { if (logType != LogType.ATTACK || logType != LogType.MAGIC) { Console.WriteLine(logType.ToString() + ":" + msg); ...
namespace Uintra.Features.Notification.Configuration { public enum ReminderTypeEnum { OneDayBefore = 1 } }
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class MessageBox : MonoBehaviour { /* Console */ public Text msgBox; private List<string> msgList = new List<string>(); public void AddNewMsg(string msg) { if (msg == "" || msg == n...
using Abp.AspNetCore.Mvc.Views; using Abp.Runtime.Session; using Microsoft.AspNetCore.Mvc.Razor.Internal; namespace dgPower.KMS.Web.Views { public abstract class KMSRazorPage<TModel> : AbpRazorPage<TModel> { [RazorInject] public IAbpSession AbpSession { get; set; } protected KMSRazorP...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.EntityFrameworkCore; using QuizKnock12HourPlayer.Models; namespace QuizKnock12H...
using System; using System.Runtime.CompilerServices; namespace iSukces.Code { public struct SourceCodeLocation { public SourceCodeLocation(int lineNumber, string memberName, string filePath = null) { FilePath = filePath; MemberName = memberName; ...
using System; using System.Globalization; using System.Windows.Data; using System.Windows.Media; namespace CODE.Framework.Wpf.BindingConverters { /// <summary> /// Converts solid color brushes to a semi-transparent version of the same color /// </summary> public class TransparentBrushConverter : IValu...
using System; using System.Globalization; using System.Windows; using System.Windows.Data; namespace InRuleLabs.AuthoringExtensions.FieldsInUse.Controls { public class BooleanToHiddenConverter : IValueConverter { public virtual object Convert(object o, Type targetType, object parameter, CultureInfo cul...
using StardewValley; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace bwdyworks.API { public class Player { public int GetFriendshipPoints(string NPC) { Farmer f2 = Game1.player; if (f2.friends...
namespace Entoarox.Framework.Events { public class EventArgsEditable<TReturn> : EventArgsArguments { /********* ** Accessors *********/ public TReturn Value; /********* ** Public methods *********/ public EventArgsEditable(TReturn value, object[]...
using System.Linq; using UBaseline.Core.Node; using UBaseline.Shared.PageNotFoundPage; using Uintra.Core.UbaselineModels; using Uintra.Features.Links.Models; using Uintra.Infrastructure.Extensions; using PageNotFoundPageModel = Uintra.Core.UbaselineModels.PageNotFoundPageModel; namespace Uintra.Features.Links { p...
using System; using System.IO; using System.Linq; using System.Net.Http; using System.Web; using Sitecore.Configuration; using Sitecore.ContentSearch.SolrProvider; using Sitecore.Diagnostics; using Sitecore.Pipelines; using Svenkle.SitecoreSolrOnStartup.Creators; using Svenkle.SitecoreSolrOnStartup.Models; namespace ...
using DataLayer; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace MetroRent.Models { public class RegionEnumModel { public RegionEnumModel(DataLayer.Region Region, Boolean IsSelected) { this...
using System; using System.Threading.Tasks; namespace Aquamonix.Mobile.Lib.Environment { /// <summary> /// This class will serve as the bucket of services that are exposed from this project. /// Any properties that require DependencyService can be resolved in the Application constructor. /// </summary> public st...
using UBaseline.Shared.Panel; using UBaseline.Shared.Property; using UBaseline.Shared.Title; namespace Uintra.Features.UintraPanels.LastActivities.Models { public class LatestActivitiesPanelModel : PanelModel, ITitleContainer { public PropertyModel<string> Title { get; set; } p...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
using Common; using Common.Contracts; using Common.Model; using Moq; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace UnitTests.TestCommon.TestDbTools { [TestFixture] public class TestDbLocalController { ...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ItemArgs { private ItemKind m_kind; public ItemKind M_Kind { get { return m_kind; } set { m_kind = value; } } private int m_hitCount; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using KartObjects; namespace AxiReports { public class DataWeekReportRecord : Entity { [DBIgnoreAutoGenerateParam] [DBIgnoreReadParam] public override string FriendlyName { get { r...
using Confluent.Kafka; using Shared.Constants; using System; using System.Diagnostics; using System.Threading.Tasks; namespace KafkaPubSub { public class ProducerWrapper { private string _topicName; private string _key; private ProducerBuilder<string, string> _producer; private...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Configuration; using MvcBartender.Data.Interfaces; using MvcBartender.Data.Mocks; using MvcBartender.Data; using Microsoft.EntityFramewo...
using DATOS; using ENTIDAD; using System.Collections.Generic; namespace NEGOCIO { public class DepartamentoCN { private static DepartamentoDALC obj = new DepartamentoDALC(); public static List<Departamento> ListarDepartamentos() { return obj.ListarDepartamentos(); ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; using BPMInterfaceModel; using BPMInterfaceToolkit; using BPMInterfaceBLL; using System.Web.Services.Protocols; using System.Web.Services.Description; namespace BPMInterface { /// <summary> /// BPMI...
using PatternsCore.Composite; namespace PatternAtWork.Composite { public class CompositePattern { public CompositePattern() { MenuComponent pancakeMenu = new Menu("Pancake House Menu","Breakfast"); MenuComponent dinerMenu = new Menu("Diner Menu","Lunch"); Me...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using IWorkFlow.Host; using IWorkFlow.ORM; using Newtonsoft.Json; using System.Data; namespace BizService.Services.Common { public class B_OA_DeviceSvc : BaseDataHandler { ...
using OrgMan.API.Controllers.ControllerBase; using OrgMan.Data.UnitOfWork; using OrgMan.Domain.Handler.File; using OrgMan.DomainContracts.File; using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.IO; using System.Linq; using System.Net; using System.Net.Http; usi...
using System.Windows; using Simple.Wpf.Composition.Startup; namespace Simple.Wpf.Composition { public partial class App : Application { protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); BootStrapper.Start(); Current.Ex...
using System; namespace Project371 { /// <summary> /// Base class for generic component /// </summary> public abstract class Component : IComponent { public string Name { get; set; } private Entity parent; public Entity Parent { get { return this.parent...
using Pe.Stracon.Politicas.Infraestructura.QueryModel.Base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pe.Stracon.Politicas.Infraestructura.QueryModel.General { public class TrabajadorSuplenteLogic : Logic { /// <summar...
using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using TimeTableApi.Application.Shared.EventManagement; using TimeTableApi.Application.Shared.EventManagement.Dtos; using TimeTableApi.Application.Shared.RoleManagement; using TimeTableApi.Ap...
using PFRCenterGlobal.Helpers; using PFRCenterGlobal.Views.Register; using Xamarin.Forms; namespace PFRCenterGlobal { public partial class App : Application { //private static string _notificationReceivedKey; public App() { InitializeComponent(); //MainPage = ...
using Fingo.Auth.Domain.Infrastructure.EventBus.Interfaces; using Microsoft.AspNetCore.Mvc; namespace Fingo.Auth.AuthServer.Controllers { public abstract class BaseController : Controller { protected BaseController(IEventBus eventBus , IEventWatcher eventWatcher) { eventBus.Subscri...
using Microsoft.AspNet.Identity.EntityFramework; using System; using System.Collections.Generic; using System.Data.Entity; using System.Data.Entity.ModelConfiguration.Conventions; using System.Linq; using System.Text; using System.Threading.Tasks; using UniversityDbCommon.Models; namespace UniversityDbCommon.DAL { ...
using SPA.Models; using System; using System.IO; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Text.RegularExpressions; using System.Windows.Forms; namespace SPA { public partial class OuvrirEnquete : Form ...
using System; using FluentMigrator; namespace Profiling2.Migrations.Migrations { [Migration(201501121004)] public class AddSourceForExportTable : Migration { public override void Down() { Delete.ForeignKey().FromTable("PRF_SourceForExport").ForeignColumn("PersonID").ToTable("PR...
using KesselRun.SeleniumCore.Enums; using KesselRun.SeleniumCore.Infrastructure; using KesselRun.SeleniumCore.Infrastructure.Factories; using KesselRun.SeleniumCore.Infrastructure.Factories.Contracts; using System; using System.Configuration; namespace ConsoleDriver { internal class Program { private ...
using System; namespace Task_02 { class Program { static void Main(string[] args) { Console.WriteLine("Ввод чисел будет продолжаться до команды \"!\" в консоль или суммы отрицательных чисел меньше -1000"); int result = 0, iterator = 0; string input; do ...
using System; namespace Uintra.Features.Tagging.UserTags.Models { public class UserTagPanelViewModel { public Guid Id { get; set; } public string Name { get; set; } } }
using ContosoUniversity.Models; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Web; using System.Web.Mvc; namespace ContosoUniversity.ViewModels { public class PersonVM { #...
// Copyright (C) 2008 Jesse Jones // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, /...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EBS.Query.DTO { /// <summary> /// 商品查询DTO /// </summary> public class ProductQueryDto { /// <summary> /// 商品SKUID /// </summary> public int P...
using Bucket_Opdracht_Version2.Models; using System; using System.Collections.Generic; using System.Text; namespace Bucket_Opdracht_Version2.MainFunctions { public static class RainBarrelSmallExecution { public static RainbarrelSmallModel generateSmallRainbarrel() { RainbarrelSmall...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace KhanaKhajana.Admin { public partial class adminMaster : System.Web.UI.MasterPage { protected void Page_Load(object sender, EventArgs e) { ...
// The MIT License (MIT) // // Copyright (c) 2014-2018, Institute for Software & Systems Engineering // Copyright (c) 2018, Pascal Pfeil // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Softwa...
using System; using Microsoft.AspNet.Mvc; namespace SciVacancies.WebApp.ViewModels.Base { public abstract class ViewModelBase { [HiddenInput] public Guid Guid { get; set; } } }
using Alabo.Tool.Office.Core; namespace Alabo.Tool.Office.Npoi { /// <summary> /// Npoi Excel2007 导出操作 /// </summary> public class Excel2007Export : ExcelExportBase { /// <summary> /// 初始化Npoi Excel2003 导出操作 /// </summary> public Excel2007Export() ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace gestion_commerciale_TiffanyCoundoul_liage3 { public partial class article : Fo...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using ArizaTakipYazılımSistemi.Controller; using ArizaTakipYazılımSistemi.Model; using ArizaTakipYazılımS...
using Fingo.Auth.DbAccess.Repository.Interfaces; using Fingo.Auth.Domain.Infrastructure.EventBus.Interfaces; using Fingo.Auth.Domain.Users.Factories.Interfaces; using Fingo.Auth.Domain.Users.Implementation; using Fingo.Auth.Domain.Users.Interfaces; using Fingo.Auth.Domain.Users.Services.Interfaces; namespace Fingo.Au...
using System; using System.Collections.Generic; using System.Reflection; namespace DDMedi { public interface IESupplierCollection { IESupplierCollection AddESupplier<TESupplier>(SupplierLifetime lifetime = SupplierLifetime.Scoped) where TESupplier : IESupplier; IESupplierCollect...
using Puppeteer.Core; using Puppeteer.Core.Action; using System.Collections.Generic; using UnityEngine; public class AIObtainFishFromRiverAction : PuppeteerExecutableAction { public override void Enter(PuppeteerAgent _executingAgent) { base.Enter(_executingAgent); if (!IsValid(_executingAgent)) { return; ...
/*********************************************************************** * Module: TypeOfDoctor.cs * Author: Sladjana Savkovic * Purpose: Definition of the Class Doktor.TypeOfDoctor ***********************************************************************/ using System; namespace Model.Users { public enum Type...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iGarson_App.Models { [Serializable] class Votes { public int id { get; set; } public int order_id { get; set; } public string body { get; set; } ...
using Phenix.Core.Net; using Phenix.Core.Security; namespace Phenix.Windows.Security { /// <summary> /// 登录助手 /// </summary> public static class LogOnHelper { #region 方法 /// <summary> /// 登录 /// </summary> /// <param name="userNumber">工号</param> /// <param name="password">口令</param>...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Confluent.Kafka; namespace KafkaComparer.Consumer { class Program { static void Main(string[] args) { var consumergroup = Environment.GetEnvironmentVariable("CO...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigati...
using MyForum.Domain; using MyForum.Persistence; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MyForum.Services.Contracts { public interface IThreadsService { IQueryable<Thread> All(); //To do Task Create(...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace OTB { public partial class AdministradorGUI : Form { public AdministradorGUI()...
using System.Collections; using System.Collections.Generic; using UnityEngine; /// <summary> /// Script que toma un <see cref="EnemyAttackData"/> para realizar los ataques del enemigo. /// </summary> public class EnemyAttack : MonoBehaviour { public LayerMask playerLayer; //En el inspector, setear una layermask s...
using System; namespace Enviosbase.Business { public class Login { public static Model.Login ValidarUsuarioLoginPorUsuarioContrasena(string usuario, string contrasena) { Model.Login usuarioLogueado = new Model.Login(); Data.Login loginClass = new Data.Login(); ...