Esempio n. 1
0
 public void Update(FilmPersonViewModel m)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public Task UpdateAsync(FilmPersonViewModel m)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public FilmPersonViewModel Add(FilmPersonViewModel m)
 {
     throw new NotImplementedException();
 }