Advertisement
TheRealLenon

Untitled

Nov 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1. using Microsoft.AspNetCore.Identity;
  2.  
  3. namespace KoCloud.Data.Identity.Interfaces
  4. {
  5.     public interface IKoUserStore<T>: IUserStore<T> where T : class
  6.     {
  7.        
  8.         void Test();
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement