Guest User

Untitled

a guest
Oct 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public static string ToJson<T>(this T entity)
  2. {
  3. Type type = entity.GetType();
  4. string typeName = type.FullName;
  5. }
Add Comment
Please, Sign In to add comment