CodeLiturgy.Dashboard/BlueWest.Data/UserExtensions.cs

12 lines
154 B
C#
Raw Normal View History

2021-12-10 03:04:48 +03:00
using System;
using System.Collections.Generic;
using System.Text;
namespace BlueWest.Data
{
public static class UserExtensions
{
2022-08-04 03:59:04 +03:00
2021-12-10 03:04:48 +03:00
}
}