13 lines
244 B
C#
13 lines
244 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using Microsoft.ApplicationInsights.Extensibility.Implementation;
|
|
|
|
namespace Business
|
|
{
|
|
public class UsersBusiness
|
|
{
|
|
private UserContext userContext;
|
|
}
|
|
}
|