⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠ You can decompress Drawing data with the command palette: ‘Decompress current Excalidraw file’. For more info check in plugin settings under ‘Saving’

Excalidraw Data

Text Elements

UsersController

var user = repo.GetUser(username)

MessageController

Repository

LikesController

var user = repo.GetUser(username)

public User GetUser(string username){ return context.Users.Include( x x.Thing).FirstOrDefautl( x x.User Username == username); }

var user = repo.GetUser(username)