Ejemplo n.º 1
0
 /// <inheritdoc/>
 public void Delete(Profile profile)
 {
     _profileDao.Delete(profile);
 }
Ejemplo n.º 2
0
 /// <inheritdoc/>
 public bool ExistOnStorage(Profile profile)
 {
     return(_profileDao.Get(profile) != null);
 }