예제 #1
0
 public void Update(FollowingRequest followingRequest)
 {
     _context.FollowingRequests.Update(followingRequest);
 }
예제 #2
0
 public void Create(FollowingRequest followingRequest)
 {
     _context.FollowingRequests.Add(followingRequest);
 }