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