コード例 #1
0
 friend IFriendRepository.Add(friend friend)
 {
     context.friends.Add(friend);
     context.SaveChanges();
     return(friend);
 }